diff --git a/ci/build.linux.gitlab-ci.yml b/ci/build.linux.gitlab-ci.yml index 63b905dc5..cf02b2b73 100644 --- a/ci/build.linux.gitlab-ci.yml +++ b/ci/build.linux.gitlab-ci.yml @@ -214,16 +214,6 @@ build:linux:cuda-12.2:clang-12: EIGEN_CI_CXX_COMPILER: clang++-12 EIGEN_CI_TEST_CUDA_CLANG: "on" -# NVHPC (nvc++), CUDA-13.1 — nvc++ as both host and device compiler -build:linux:cuda-13.1:nvhpc-26.1: - extends: .build:linux:cuda - image: nvcr.io/nvidia/nvhpc:26.1-devel-cuda13.1-ubuntu24.04 - variables: - EIGEN_CI_C_COMPILER: nvc - EIGEN_CI_CXX_COMPILER: nvc++ - EIGEN_CI_INSTALL: "" - EIGEN_CI_CROSS_INSTALL: "" - EIGEN_CI_TEST_CUDA_NVC: "on" ######### HIP ################################################################## # Note: these are currently build-only, until we get an AMD-supported runner. diff --git a/ci/test.linux.gitlab-ci.yml b/ci/test.linux.gitlab-ci.yml index 1d2a25176..ec10aeac2 100644 --- a/ci/test.linux.gitlab-ci.yml +++ b/ci/test.linux.gitlab-ci.yml @@ -293,15 +293,6 @@ test:linux:cuda-12.2:clang-12: EIGEN_CI_CXX_COMPILER: clang++-12 EIGEN_CI_CC_COMPILER: clang-12 -# NVHPC (nvc++), CUDA-13.1 -test:linux:cuda-13.1:nvhpc-26.1: - extends: .test:linux:cuda - image: nvcr.io/nvidia/nvhpc:26.1-devel-cuda13.1-ubuntu24.04 - needs: [ build:linux:cuda-13.1:nvhpc-26.1 ] - variables: - EIGEN_CI_CXX_COMPILER: nvc++ - EIGEN_CI_CC_COMPILER: nvc - EIGEN_CI_INSTALL: "" ##### arm ######################################################################