Skip to content

Commit

Permalink
disable diag-suppress, broken in CUDA 11 with C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Jan 20, 2025
1 parent 6eaa636 commit 5f1c63f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ build/cuda110/nompi/gcc/cuda/release/shared:
# fix gtest issue https://github.com/google/googletest/issues/3514
CXX_FLAGS: "-Wno-error=maybe-uninitialized"
# disable spurious unused argument warning
EXTRA_CMAKE_FLAGS: "-DCMAKE_CUDA_FLAGS=-diag-suppress=177"
# this is seemingly broken with CUDA 11
# EXTRA_CMAKE_FLAGS: "-DCMAKE_CUDA_FLAGS=-diag-suppress=177"


# nvhpc and friends
Expand Down

0 comments on commit 5f1c63f

Please sign in to comment.