Skip to content

Commit d515d82

Browse files
committed
ci: debug nvcc
1 parent 77d5ac5 commit d515d82

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/buildcupy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
ldconfig -p | grep nvvm
4141
uv run python -c "from numba.cuda.cudadrv import nvvm; print(nvvm.NVVM().driver)"
4242
'
43+
- name: Check cuda versions
44+
run: |
45+
srun --account=yuxilab -n 1 -N 1 --gres=gpu:L40S:1 bash -c 'ls /u/yuxihong/workspace/cuda/'
4346
- name: Test with pytest
4447
run: |
4548
srun --account=yuxilab -n 1 -N 1 --gres=gpu:L40S:1 bash -c '

0 commit comments

Comments
 (0)