diff --git a/cudaInstallAppveyor.cmd b/cudaInstallAppveyor.cmd index da37b82f..0ae02099 100644 --- a/cudaInstallAppveyor.cmd +++ b/cudaInstallAppveyor.cmd @@ -4,12 +4,12 @@ appveyor DownloadFile https://developer.download.nvidia.com/compute/cuda/12.5.1/ dir echo Installing CUDA toolkit 12 -cuda_12.5.1_windows.exe -s nvcc_12.0 ^ - cublas_12.0 ^ - cublas_dev_12.0 ^ - cudart_12.0 ^ - curand_12.0 ^ - curand_dev_12.0 +cuda_12.5.1_windows.exe -s nvcc_12.5 ^ + cudart_12.5 ^ + nvtx_12.5 ^ + nvrtc_12.5 ^ + nvrtc_dev_12.5 ^ + thrust_12.5 echo CUDA toolkit 12 installed