Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nvcc: avoid adding
-Wpedantic
to compile lines
* `-Wpedantic` creates useless churn due to its use of gcc-line directives: ../foo.cu:1:3: warning: style of line directive is a GCC extension 1 | namespace Foo { | ^~ https://stackoverflow.com/a/31001220
- Loading branch information