Skip to content
GitLab
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
25952342
Commit
25952342
authored
Mar 08, 2022
by
Helen Schottenhamml
Browse files
Merge branch 'diagsupress' into 'master'
Remove depricated diag_suppress See merge request
walberla/walberla!525
parents
84b1bade
6f1178e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/pystencils_walberla/templates/Boundary.tmpl.cpp
View file @
25952342
...
...
@@ -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
Supports
Markdown
0%
Try again
or
attach a new 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