You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terminate called after throwing an instance of 'thrust::system::system_error'
what(): extrema failed to synchronize: cudaErrorIllegalAddress: an illegal memory access was encountered
Aborted (core dumped)
I assume it happens because the sum in this loop overflows for int.
Thanks for submitting this issue - the CCCL team has been notified and we'll get back to you as soon as we can!
In the mean time, feel free to add any relevant information to this issue.
Hello @fkallen and thank you for reporting this! Similar issue was addressed in CUB (1, 2). The thrust implementation is due to be replaced with the CUB one. This should address the issue. One note. The transition to CUB implementation is currently blocked by #548.
Is this a duplicate?
Type of Bug
Runtime Error
Component
Thrust
Describe the bug
terminate called after throwing an instance of 'thrust::system::system_error'
what(): extrema failed to synchronize: cudaErrorIllegalAddress: an illegal memory access was encountered
Aborted (core dumped)
I assume it happens because the sum in this loop overflows for int.
cccl/thrust/thrust/system/cuda/detail/reduce.h
Line 541 in 4d01371
How to Reproduce
Expected behavior
No error
Reproduction link
No response
Operating System
No response
nvidia-smi output
No response
NVCC version
No response
The text was updated successfully, but these errors were encountered: