mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
CI: remove broken NVHPC CUDA pipeline
libeigen/eigen!2355 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 ######################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user