CI: remove broken NVHPC CUDA pipeline

libeigen/eigen!2355

Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
Rasmus Munk Larsen
2026-03-28 19:52:01 -07:00
parent 0fe8cdfa3b
commit b8dab89663
2 changed files with 0 additions and 19 deletions

View File

@@ -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.

View File

@@ -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 ######################################################################