We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eaa636 commit 5f1c63fCopy full SHA for 5f1c63f
.gitlab-ci.yml
@@ -106,7 +106,8 @@ build/cuda110/nompi/gcc/cuda/release/shared:
106
# fix gtest issue https://github.com/google/googletest/issues/3514
107
CXX_FLAGS: "-Wno-error=maybe-uninitialized"
108
# disable spurious unused argument warning
109
- EXTRA_CMAKE_FLAGS: "-DCMAKE_CUDA_FLAGS=-diag-suppress=177"
+ # this is seemingly broken with CUDA 11
110
+ # EXTRA_CMAKE_FLAGS: "-DCMAKE_CUDA_FLAGS=-diag-suppress=177"
111
112
113
# nvhpc and friends
0 commit comments