Move GPU ci jobs to gitlab-hosted runners.

This commit is contained in:
Antonio Sánchez 2025-08-28 18:24:41 +00:00
parent 38b51d5b7e
commit 52f570a409
2 changed files with 3 additions and 8 deletions

View File

@ -144,10 +144,8 @@ build:linux:docs:
-DEIGEN_CUDA_COMPUTE_ARCH=${EIGEN_CI_CUDA_COMPUTE_ARCH} -DEIGEN_CUDA_COMPUTE_ARCH=${EIGEN_CI_CUDA_COMPUTE_ARCH}
-DEIGEN_TEST_CUDA_CLANG=${EIGEN_CI_TEST_CUDA_CLANG} -DEIGEN_TEST_CUDA_CLANG=${EIGEN_CI_TEST_CUDA_CLANG}
tags: tags:
- eigen-runner # Build on regular linux to limit GPU cost.
- linux - saas-linux-2xlarge-amd64
# Requires intel runner for cuda docker image support.
- x86-64
# NVidia no longer provides docker images < CUDA 11.0.3. # NVidia no longer provides docker images < CUDA 11.0.3.
# # GCC-7, CUDA-9.2 # # GCC-7, CUDA-9.2

View File

@ -202,10 +202,7 @@ test:linux:x86-64:clang-12:avx512dq:unsupported:
variables: variables:
EIGEN_CI_CTEST_LABEL: gpu EIGEN_CI_CTEST_LABEL: gpu
tags: tags:
- eigen-runner - saas-linux-medium-amd64-gpu-standard
- linux
- x86-64
- cuda
# NVidia no longer provides docker images < CUDA 11.0.3. # NVidia no longer provides docker images < CUDA 11.0.3.
# # GCC-7, CUDA-9.2 # # GCC-7, CUDA-9.2