Skip to content
Snippets Groups Projects
Commit 25952342 authored by Helen Schottenhamml's avatar Helen Schottenhamml
Browse files

Merge branch 'diagsupress' into 'master'

Remove depricated  diag_suppress

See merge request walberla/walberla!525
parents 84b1bade 6f1178e6
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