Skip to content

Commit cbc7660

Browse files
committed
debugging 12.4 issues
1 parent b596942 commit cbc7660

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cibuildwheel_support/prepare_build_environment_windows_cu124.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ set -x
55

66
CUDA_ROOT="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.4"
77
curl --netrc-optional -L -nv -o cuda.exe https://developer.download.nvidia.com/compute/cuda/12.4.0/local_installers/cuda_12.4.0_551.61_windows.exe
8-
./cuda.exe -s nvcc_12.4 cudart_12.4 cublas_dev_12.4 curand_dev_12.4 cusparse_dev_12.4 cusolver_dev_12.4 thrust_12.4
8+
./cuda.exe -s nvcc_12.4 cudart_12.4 cublas_dev_12.4 curand_dev_12.4 cusparse_dev_12.4 cusolver_dev_12.4 thrust_12.4 npp_dev_12.4
99
rm cuda.exe
1010

1111
export WITH_CUDA=1
1212
export CUDA_HOME="$CUDA_ROOT"
13+
14+
# Debug CUDA installation
15+
ls -l "$CUDA_ROOT/bin"
16+
nvcc --version

0 commit comments

Comments
 (0)