Skip to content

Commit 716b2a7

Browse files
committed
ci: debug nvcc
1 parent 73ce1e2 commit 716b2a7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/buildcupy.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,11 @@ jobs:
4343
- name: Check cuda versions
4444
run: |
4545
srun --account=yuxilab -n 1 -N 1 --gres=gpu:L40S:1 bash -c 'ls /u/yuxihong/workspace/cuda/'
46+
- name: Install CUDA 12.8 toolkit
47+
run: uv add nvidia-cuda-nvcc-cu12==12.8.*
4648
- name: Test with pytest
4749
run: |
4850
srun --account=yuxilab -n 1 -N 1 --gres=gpu:L40S:1 bash -c '
49-
uv add nvidia-cuda-nvcc-cu12==12.8.\* &&
50-
export NUMBA_FORCE_CUDA_CC=8.6
51-
export NUMBA_CUDA_DEFAULT_PTX_CC=8.6
5251
export CUPY_PYLOPS=1
5352
export TEST_CUPY_PYLOPS=1
5453
uv run pytest --color=yes pytests/

0 commit comments

Comments
 (0)