From 5f1c63fbd4ee9b109d9163decdc3c82fd24f6033 Mon Sep 17 00:00:00 2001 From: Tobias Ribizel Date: Mon, 20 Jan 2025 16:56:47 +0100 Subject: [PATCH] disable diag-suppress, broken in CUDA 11 with C++17 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74c50322865..20091075af7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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