onnxruntime
7b61bca6 - Fix inclusive sum overlfow when applied on int8_t buffer in Compress (#9295)

Commit
4 years ago
Fix inclusive sum overlfow when applied on int8_t buffer in Compress (#9295) Use thrust::transform_iterator when feeding input to cub::DeviceScan::InclusiveScan() to make sure the accumulator type is wide enough not to overflow.
Author
Parents
Loading