We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d515d82 commit 73ce1e2Copy full SHA for 73ce1e2
1 file changed
.github/workflows/buildcupy.yaml
@@ -46,6 +46,7 @@ jobs:
46
- name: Test with pytest
47
run: |
48
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
52
export CUPY_PYLOPS=1
0 commit comments