Skip to content

Commit d56d07b

Browse files
authored
CI: check if GPU is allocated
1 parent b95dede commit d56d07b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cuda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
uses: actions/checkout@v3
4141
- name: Build cuSolver
4242
run: |
43+
nvidia-smi
4344
cmake -B build -DUSE_CUSOLVER_LCAO=ON
4445
cmake --build build -j4
4546
cmake --install build

0 commit comments

Comments
 (0)