Skip to content

Commit 66dd065

Browse files
authored
CI: Add a cusolver test
1 parent ca42c57 commit 66dd065

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cuda.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
ec2-instance-type: g4dn.xlarge
2828
subnet-id: subnet-72d3e53e
2929
security-group-id: sg-06b0c93122c08aeab
30+
3031
test:
3132
name: Do the job on the runner
3233
needs: start-runner # required to start the main job when the runner is ready
@@ -39,9 +40,12 @@ jobs:
3940
env:
4041
GTEST_COLOR: 'yes'
4142
run: |
42-
cmake -B build -DBUILD_TESTING=ON -DUSE_CUDA=ON
43+
cmake -B build -DUSE_CUDA=ON
4344
cmake --build build -j4
4445
cmake --install build
46+
cd tests/integrate
47+
echo "ks_solver cusolver" >> ./270_NO_MD_2O/INPUT
48+
./Autotest.sh -r 270_NO_MD_2O
4549
4650
stop-runner:
4751
name: Stop self-hosted EC2 runner

0 commit comments

Comments
 (0)