Skip to content

Commit

Permalink
search cuda install in appveyoer
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Griwodz committed Jul 28, 2024
1 parent 54c241a commit 0364681
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cudaInstallAppveyor.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0364681

Please sign in to comment.