We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cd9a7 commit 82d86faCopy full SHA for 82d86fa
ci/test_wheel.ps1
@@ -30,6 +30,9 @@ $package = Resolve-Path wheel\numba_cuda*.whl | Select-Object -ExpandProperty Pa
30
echo "Package path: $package"
31
python -m pip install "$package[test,cu12]" "cuda-python==$CUDA_VER_MAJOR.*" "cuda-core==0.3.*"
32
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
+
36
# GET_TEST_BINARY_DIR="
37
# import numba_cuda
38
# root = numba_cuda.__file__.rstrip('__init__.py')
0 commit comments