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
{{ message }}
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
In my program the following error ocurrs only sporadically:
after cub_::DeviceRadixSort::SortPairs(1): invalid argument
I only found a reference to that error message in stable_radix_sort.inl, so probably the thrust::sort_by_key in my program is causing this.
Since this error only occurs very infrequently, it is very hard to gain any more insights.
Do you have any clue what could be the cause of this problem? Any idea on how to debug this?
latest thrust from github
CUDA 6.0
Ubuntu 14.04 (x64)
gcc 4.8.2
NVIDIA Driver 343.22
NVIDIA GTX 680
In my program the following error ocurrs only sporadically:
I only found a reference to that error message in stable_radix_sort.inl, so probably the thrust::sort_by_key in my program is causing this.
Since this error only occurs very infrequently, it is very hard to gain any more insights.
Do you have any clue what could be the cause of this problem? Any idea on how to debug this?
latest thrust from github
CUDA 6.0
Ubuntu 14.04 (x64)
gcc 4.8.2
NVIDIA Driver 343.22
NVIDIA GTX 680