Skip to content

Commit 77d5ac5

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

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/buildcupy.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ jobs:
3737
- name: Find CUDA installs
3838
run: |
3939
srun --account=yuxilab -n 1 -N 1 --gres=gpu:L40S:1 bash -c '
40-
find /usr/local -maxdepth 1 -name "cuda*" 2>/dev/null || true
41-
find /opt -maxdepth 2 -name "cuda*" 2>/dev/null || true
42-
find / -maxdepth 5 -name "libnvvm.so" 2>/dev/null || true
40+
ldconfig -p | grep nvvm
41+
uv run python -c "from numba.cuda.cudadrv import nvvm; print(nvvm.NVVM().driver)"
4342
'
4443
- name: Test with pytest
4544
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dynamic = ["version"]
3838
[project.optional-dependencies]
3939
advanced = [
4040
"llvmlite",
41-
"numba<=0.61.0",
41+
"numba",
4242
"pyfftw",
4343
"PyWavelets",
4444
"scikit-fmm",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)