-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Runtime error] thrust::system::system_error, Two parts of codes work fine separately, but doesn't work together. #4700
Comments
The error comes from an unresolved bug from Thrust library, when using the Similar issue here: NVIDIA/thrust#936, and it seems that this error could be a result of a architecture mismatch, not very sure. Did you provide |
Thanks for your reply! |
Doesn't seem like a bug in PCL (directly), so I'm in favor of closing the issue, but letting the discussion continue. Thoughts @mvieth? |
I agree, seems like that can only be solved in the thrust library. They are asking for a minimal reproducible example, so if someone who experiences this bug can create such an example, that would surely help fixing this bug. |
Ack. Closing the issue here. @TuMePJlaH if you could assist Thrust in resolving this issue, that'd be great :) |
PCL version: 1.11.1 (build from last master branch);
OS: Ubuntu 20.04.
Compiler: GCC 9.3.0
GPU: GeForce RTX 2080Ti
CUDA Toolkit version: 11.1
Init cloud code:
This code work fine:
And this code work fine:
But this code (previous two parts of codes together):
and this code too (previous two parts of codes together):
aborted with runtime error:
terminate called after throwing an instance of 'thrust::system::system_error'
what(): radix_sort: failed on 2nd step: cudaErrorInvalidConfiguration: invalid configuration argument
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: