We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d5ac5 commit d515d82Copy full SHA for d515d82
1 file changed
.github/workflows/buildcupy.yaml
@@ -40,6 +40,9 @@ jobs:
40
ldconfig -p | grep nvvm
41
uv run python -c "from numba.cuda.cudadrv import nvvm; print(nvvm.NVVM().driver)"
42
'
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/'
46
- name: Test with pytest
47
run: |
48
srun --account=yuxilab -n 1 -N 1 --gres=gpu:L40S:1 bash -c '
0 commit comments