Skip to content

Commit ef3f496

Browse files
committed
LB kernels: Delete unsupported pragmas
1 parent 5487fa9 commit ef3f496

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/walberla_bridge/src/lattice_boltzmann/generated_kernels/Dynamic_UBB_double_precision.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace lbm {
3838
#endif
3939

4040
#ifdef __CUDACC__
41-
#pragma push
41+
4242
#ifdef __NVCC_DIAG_PRAGMA_SUPPORT__
4343
#pragma nv_diag_suppress 177
4444
#else
@@ -80,7 +80,7 @@ static FUNC_PREFIX void dynamic_ubb_double_precision_boundary_Dynamic_UBB_double
8080
#endif
8181

8282
#ifdef __CUDACC__
83-
#pragma pop
83+
8484
#endif
8585

8686
void Dynamic_UBB_double_precision::run_impl(IBlock *block, IndexVectors::Type type) {

src/walberla_bridge/src/lattice_boltzmann/generated_kernels/Dynamic_UBB_double_precisionCUDA.cu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace lbm {
3939
#endif
4040

4141
#ifdef __CUDACC__
42-
#pragma push
42+
4343
#ifdef __NVCC_DIAG_PRAGMA_SUPPORT__
4444
#pragma nv_diag_suppress 177
4545
#else
@@ -109,7 +109,7 @@ static FUNC_PREFIX __launch_bounds__(256) void dynamic_ubb_double_precisioncuda_
109109
#endif
110110

111111
#ifdef __CUDACC__
112-
#pragma pop
112+
113113
#endif
114114

115115
void Dynamic_UBB_double_precisionCUDA::run_impl(IBlock *block, IndexVectors::Type type, gpuStream_t stream) {

src/walberla_bridge/src/lattice_boltzmann/generated_kernels/Dynamic_UBB_single_precision.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace lbm {
3838
#endif
3939

4040
#ifdef __CUDACC__
41-
#pragma push
41+
4242
#ifdef __NVCC_DIAG_PRAGMA_SUPPORT__
4343
#pragma nv_diag_suppress 177
4444
#else
@@ -80,7 +80,7 @@ static FUNC_PREFIX void dynamic_ubb_single_precision_boundary_Dynamic_UBB_single
8080
#endif
8181

8282
#ifdef __CUDACC__
83-
#pragma pop
83+
8484
#endif
8585

8686
void Dynamic_UBB_single_precision::run_impl(IBlock *block, IndexVectors::Type type) {

src/walberla_bridge/src/lattice_boltzmann/generated_kernels/Dynamic_UBB_single_precisionCUDA.cu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace lbm {
3939
#endif
4040

4141
#ifdef __CUDACC__
42-
#pragma push
42+
4343
#ifdef __NVCC_DIAG_PRAGMA_SUPPORT__
4444
#pragma nv_diag_suppress 177
4545
#else
@@ -109,7 +109,7 @@ static FUNC_PREFIX __launch_bounds__(256) void dynamic_ubb_single_precisioncuda_
109109
#endif
110110

111111
#ifdef __CUDACC__
112-
#pragma pop
112+
113113
#endif
114114

115115
void Dynamic_UBB_single_precisionCUDA::run_impl(IBlock *block, IndexVectors::Type type, gpuStream_t stream) {

0 commit comments

Comments
 (0)