Skip to content

Commit a92f3e7

Browse files
committed
add nvcc to PATH on cuda 12.4 Windows
1 parent cbc7660 commit a92f3e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cibuildwheel_support/prepare_build_environment_windows_cu124.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ rm cuda.exe
1010

1111
export WITH_CUDA=1
1212
export CUDA_HOME="$CUDA_ROOT"
13+
export PATH="$CUDA_ROOT/bin:$PATH"
1314

1415
# Debug CUDA installation
1516
ls -l "$CUDA_ROOT/bin"
16-
nvcc --version
17+
"$CUDA_ROOT/bin/nvcc.exe" --version

0 commit comments

Comments
 (0)