Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Holzer
waLBerla
Commits
6f1178e6
Commit
6f1178e6
authored
Mar 08, 2022
by
Markus Holzer
Committed by
Helen Schottenhamml
Mar 08, 2022
Browse files
Remove depricated diag_suppress
parent
84b1bade
Changes
1
Show whitespace changes
Inline
Side-by-side
python/pystencils_walberla/templates/Boundary.tmpl.cpp
View file @
6f1178e6
...
...
@@ -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
)}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment