-
Notifications
You must be signed in to change notification settings - Fork 366
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
nvcc warnings #359
Comments
I have never used NVCC, If there is a way to do something similar for NVCC to block the warning could you submit a PR? |
I can at least check this; I think we can check the build for warnings in CI with docker (tried earlier, but having some space issues with Docker locally) |
There are some preprocessor variables defined that might do the job like:
See https://stackoverflow.com/questions/8796369/cuda-and-nvcc-using-the-preprocessor-to-choose-between-float-or-double |
This should be tested now in CI and fixed! |
when using nvcc as compiler, I get some warnings:
/CLI/TypeTools.hpp(143): warning: invalid narrowing conversion from...
I guess there are some guards there for GCC, but could be expanded for NVCC compiler.
The text was updated successfully, but these errors were encountered: