Skip to content

Commit 5f1c63f

Browse files
committed
disable diag-suppress, broken in CUDA 11 with C++17
1 parent 6eaa636 commit 5f1c63f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ build/cuda110/nompi/gcc/cuda/release/shared:
106106
# fix gtest issue https://github.com/google/googletest/issues/3514
107107
CXX_FLAGS: "-Wno-error=maybe-uninitialized"
108108
# disable spurious unused argument warning
109-
EXTRA_CMAKE_FLAGS: "-DCMAKE_CUDA_FLAGS=-diag-suppress=177"
109+
# this is seemingly broken with CUDA 11
110+
# EXTRA_CMAKE_FLAGS: "-DCMAKE_CUDA_FLAGS=-diag-suppress=177"
110111

111112

112113
# nvhpc and friends

0 commit comments

Comments
 (0)