"wrappers/python/vscode:/vscode.git/clone" did not exist on "05ad28f23dba23340416e9197d9c14cb275b37a5"
Unverified Commit 9e73f72b authored by peastman's avatar peastman Committed by GitHub
Browse files

Merge pull request #1958 from peastman/windows

Updated CUDA version in prepare script
parents c0d7a45a ba0a045e
...@@ -2,8 +2,8 @@ cd C:\Users\vagrant ...@@ -2,8 +2,8 @@ cd C:\Users\vagrant
# Install CUDA. # Install CUDA.
wget https://developer.nvidia.com/compute/cuda/8.0/prod/network_installers/cuda_8.0.44_win10_network-exe -UseBasicParsing -OutFile cuda_8.0.44_win10_network.exe wget https://developer.nvidia.com/compute/cuda/9.0/Prod/network_installers/cuda_9.0.176_win10_network-exe -UseBasicParsing -OutFile cuda_9.0.176_win10_network.exe
.\cuda_8.0.44_win10_network.exe -s compiler_8.0 cudart_8.0 cufft_8.0 cufft_dev_8.0 nvrtc_8.0 nvrtc_dev_8.0 | Out-Null .\cuda_9.0.176_win10_network.exe -s compiler_9.0 cudart_9.0 cufft_9.0 cufft_dev_9.0 nvrtc_9.0 nvrtc_dev_9.0 | Out-Null
# Install AMD APP SDK. # Install AMD APP SDK.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment