Skip to content

Commit 82d86fa

Browse files
committed
WAR for "failed to open nvrtc-builtins64_129.dll"
1 parent 65cd9a7 commit 82d86fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/test_wheel.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ $package = Resolve-Path wheel\numba_cuda*.whl | Select-Object -ExpandProperty Pa
3030
echo "Package path: $package"
3131
python -m pip install "$package[test,cu12]" "cuda-python==$CUDA_VER_MAJOR.*" "cuda-core==0.3.*"
3232

33+
# WAR for "nvrtc: error: failed to open nvrtc-builtins64_129.dll."
34+
copy $env:CONDA_PREFIX\Lib\site-packages\nvidia\cuda_nvrtc\bin\nvrtc-builtins64-*.dll $env:CONDA_PREFIX\Library\bin
35+
3336
# GET_TEST_BINARY_DIR="
3437
# import numba_cuda
3538
# root = numba_cuda.__file__.rstrip('__init__.py')

0 commit comments

Comments
 (0)