From f7669bbeed5c9e11fe88b23c4a8b9ce599587fab Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 19 Jan 2026 10:52:50 -0500 Subject: ci: Clamp CUDA 'native' architecture in NVHPC job Extend commit ff8c0e9c10 (ci: Clamp CUDA 'native' architecture to values supported by its toolkit, 2022-03-14, v3.24.0-rc1~468^2) to cover the NVHPC job too. --- .gitlab/os-linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index e9d8ed9..6803d95 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -310,6 +310,7 @@ image: "kitware/cmake:ci-nvhpc22.11-x86_64-2022-12-06" variables: CMAKE_ARCH: x86_64 + CMAKE_CUDA_ARCHITECTURES_NATIVE_CLAMP: 1 .nvhpc_ninja: extends: .nvhpc -- cgit v0.12