Skip to content

Commit

Permalink
continue searching for the right way to install CUDA in appveyer
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Griwodz committed Jul 28, 2024
1 parent 0364681 commit a0183f6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cudaInstallAppveyor.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ 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.5 ^
cudart_12.5 ^
nvtx_12.5 ^
nvrtc_12.5 ^
nvrtc_dev_12.5 ^
thrust_12.5
cuda_12.5.1_windows.exe

echo CUDA toolkit 12 installed

Expand Down

0 comments on commit a0183f6

Please sign in to comment.