Skip to content
Snippets Groups Projects
Commit 6f1178e6 authored by Markus Holzer's avatar Markus Holzer Committed by Helen Schottenhamml
Browse files

Remove depricated diag_suppress

parent 84b1bade
No related merge requests found
......@@ -47,7 +47,11 @@ namespace {{namespace}} {
#ifdef __CUDACC__
#pragma push
#pragma diag_suppress = declared_but_not_referenced
#ifdef __NVCC_DIAG_PRAGMA_SUPPORT__
#pragma nv_diag_suppress 177
#else
#pragma diag_suppress 177
#endif
#endif
{{kernel|generate_definitions(target)}}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment