Skip to content

Commit f75d1c4

Browse files
authored
cuda 8
1 parent 0a1957f commit f75d1c4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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%
1414
nvcc -V

0 commit comments

Comments
 (0)