mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
CI: split NVHPC build and make fallback parallelism configurable
libeigen/eigen!2372 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -215,17 +215,18 @@ test:linux:x86-64:clang-19:default:asan-ubsan:unsupported:
|
||||
.test:linux:x86-64:nvhpc-26.1:default:
|
||||
extends: .test:linux:x86-64
|
||||
image: nvcr.io/nvidia/nvhpc:26.1-devel-cuda13.1-ubuntu24.04
|
||||
needs: [ build:linux:x86-64:nvhpc-26.1:default ]
|
||||
variables:
|
||||
EIGEN_CI_INSTALL: ""
|
||||
|
||||
test:linux:x86-64:nvhpc-26.1:default:official:
|
||||
extends: .test:linux:x86-64:nvhpc-26.1:default
|
||||
needs: [ build:linux:x86-64:nvhpc-26.1:default:official ]
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Official
|
||||
|
||||
test:linux:x86-64:nvhpc-26.1:default:unsupported:
|
||||
extends: .test:linux:x86-64:nvhpc-26.1:default
|
||||
needs: [ build:linux:x86-64:nvhpc-26.1:default:unsupported ]
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Unsupported
|
||||
|
||||
|
||||
Reference in New Issue
Block a user