onnxruntime
7b61bca6
- Fix inclusive sum overlfow when applied on int8_t buffer in Compress (#9295)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#9295 - Fix inclusive sum overlfow when applied on int8_t buffer in Compress
Author
yuslepukhin
Parents
29379db4
Loading