This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 757
thrust::counting_iterator complilation fail with relocatable device code #935
Labels
Comments
Dup of #924, the fix was going into the next-next version of CUDA, so that doesn't include CUDA 10. PS: I've worked around it for the moment by always using the GitHub version of thrust. |
Sorry, yes it's a dup. I see it should be fixed by now. Where can I find the correspondig commit to this issue? Here on GitHub I have found only thrust 1.8.3. |
Hi, Any thoughts on this? After testing thrust from the master branch and maintenance/cuda-10.1 and I am having a similar issue. My code calls count_if in the next way and using CUDA 10:
|
I have tried the latest GitHub version of thrust, but this issue is still not fixed. |
Looks like this was fixed as of CUDA 10.2 https://godbolt.org/z/ExWh9v15G |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using CUDA Toolkit 10.0 with relocatable device code (-dc) the following code fails to compile and was working with CUDA Toolkit 8.0:
cannot pass an argument with a user-provided copy-constructor to a device-side kernel launch
The text was updated successfully, but these errors were encountered: