File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 11@ echo off
2- echo Downloading CUDA toolkit 9 ...
3- appveyor DownloadFile https://developer.nvidia.com/compute/cuda/9 .0/Prod /local_installers/cuda_9 .0.176_windows -exe -FileName cuda_9 .0.176_windows .exe
4- echo Installing CUDA toolkit 9 ...
5- cuda_9 .0.176_windows .exe -s compiler_9 .0 ^
6- cublas_9 .0 ^
7- cublas_dev_9 .0 ^
8- cudart_9 .0 ^
9- curand_9 .0 ^
10- curand_dev_9 .0 ^
11- nvml_dev_9 .0
2+ echo Downloading CUDA toolkit 8 ...
3+ appveyor DownloadFile https://developer.nvidia.com/compute/cuda/8 .0/prod /local_installers/cuda_8 .0.44_windows -exe -FileName cuda_8 .0.44_windows .exe
4+ echo Installing CUDA toolkit 8 ...
5+ cuda_8 .0.44_windows .exe -s compiler_8 .0 ^
6+ cublas_8 .0 ^
7+ cublas_dev_8 .0 ^
8+ cudart_8 .0 ^
9+ curand_8 .0 ^
10+ curand_dev_8 .0 ^
11+ nvml_dev_8 .0
1212:: Add CUDA toolkit to PATH
13- set PATH = %ProgramFiles% \NVIDIA GPU Computing Toolkit\CUDA\v9 .0\bin;%ProgramFiles% \NVIDIA GPU Computing Toolkit\CUDA\v9 .0\libnvvp;%PATH%
13+ set PATH = %ProgramFiles% \NVIDIA GPU Computing Toolkit\CUDA\v8 .0\bin;%ProgramFiles% \NVIDIA GPU Computing Toolkit\CUDA\v8 .0\libnvvp;%PATH%
1414nvcc -V
You can’t perform that action at this time.
0 commit comments