Skip to content

Commit 598ae7f

Browse files
committed
Enable cuDSS in the GPU CI build and regression matrix
Build the GPU CI job with +cuda+cudss and add a cuDSS entry to the GPU regression-test solver matrix so the cuDSS direct solver is exercised on the NVIDIA GPU runner alongside MUMPS/SuperLU/STRUMPACK/Default.
1 parent ee4bf4b commit 598ae7f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/spack.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: ./.github/actions/palace-ci
6464
with:
6565
toolchain: gcc
66-
variant: +cuda
66+
variant: +cuda+cudss
6767
run-regression-tests: 'false'
6868

6969
build-x64-gcc-openmp:
@@ -177,13 +177,14 @@ jobs:
177177
- solver: SuperLU
178178
- solver: STRUMPACK
179179
- solver: Default
180+
- solver: cuDSS
180181
runs-on: [self-hosted, gpu-4xlarge]
181182
steps:
182183
- uses: actions/checkout@v6
183184
- uses: ./.github/actions/run-regression-tests
184185
with:
185186
toolchain: gcc
186-
variant: +cuda
187+
variant: +cuda+cudss
187188
linear-solver: ${{ matrix.solver }}
188189

189190
test-x64-gcc-openmp:

0 commit comments

Comments
 (0)