Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

sporadic error: "after cub_::DeviceRadixSort::SortPairs(1): invalid argument" #563

@schiller-manuel

Description

@schiller-manuel

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

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions