-
Notifications
You must be signed in to change notification settings - Fork 205
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
Make cub NVRTC-compatible #851
Labels
cub
For all items related to CUB
Comments
2 tasks
Just noting that cub can be compiled using nvrtc when using Jitify https://github.com/NVIDIA/jitify |
7 tasks
We should investigate adding this to our CI. |
closing in favor of #403 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, cub includes a number of system headers causing errors such as
when attempting to use cub with NVRTC. It would be great if cub could be modified to also support use in NVRTC. (Pointers only instead of general iterators would be fine for me).
Note: while passing
-default-device
to NVRTC removes this particular error, other errors such asor
remain. Furthermore, packaging all compiler headers is not feasible anyways.
The text was updated successfully, but these errors were encountered: