Skip to content
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

Closed
ferdymercury opened this issue Dec 2, 2019 · 4 comments
Closed

nvcc warnings #359

ferdymercury opened this issue Dec 2, 2019 · 4 comments

Comments

@ferdymercury
Copy link
Contributor

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.

@phlptp
Copy link
Collaborator

phlptp commented Dec 3, 2019

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?

@henryiii
Copy link
Collaborator

henryiii commented Dec 4, 2019

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)

@ferdymercury
Copy link
Contributor Author

ferdymercury commented Dec 4, 2019

@henryiii
Copy link
Collaborator

This should be tested now in CI and fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants