-
Notifications
You must be signed in to change notification settings - Fork 40
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 are not caught in testing #272
Comments
We should be able to just record the compiler output manually and grep for "warning: ". That's certainly not perfect but should work as a workaround. |
I think a better solution would be to make Style check pick it up. The following pattern works to transform nvcc style warnings to that of gcc:
Just need to make the output transform to that in |
We should introduce |
Should do it after kokkos/kokkos#7021 is resolved. |
Detected in #268. Warnings like
were not detected in Style. It seems that there is problematic interaction of nvcc_wrapper, nvcc, jenkins, etc.
The text was updated successfully, but these errors were encountered: