Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
0d878175
Commit
0d878175
authored
Oct 16, 2019
by
peterjc123
Committed by
Francisco Massa
Oct 16, 2019
Browse files
Use links from S3 to install CUDA (#1472)
parent
da89dade
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
packaging/windows/internal/cuda_install.bat
packaging/windows/internal/cuda_install.bat
+2
-2
No files found.
packaging/windows/internal/cuda_install.bat
View file @
0d878175
...
...
@@ -57,14 +57,14 @@ goto cuda_common
:cuda
101
if
not
exist
"
%SRC_DIR%
\temp_build\cuda_10.1.243_426.00_win10.exe"
(
curl
-k -L
http
://
developer.download.nvidia.com/compute/cuda/10.1/Prod/local_installers
/cuda_10.1.243_426.00_win10.exe
--output
"
%SRC_DIR%
\temp_build\cuda_10.1.243_426.00_win10.exe"
curl
-k -L
http
s
://
ossci
-windows
.s3.amazonaws.com
/cuda_10.1.243_426.00_win10.exe
--output
"
%SRC_DIR%
\temp_build\cuda_10.1.243_426.00_win10.exe"
if
errorlevel
1
exit
/b
1
set
"CUDA_SETUP_FILE=
%SRC_DIR%
\temp_build\cuda_10.1.243_426.00_win10.exe"
set
"ARGS=nvcc_10.1 cuobjdump_10.1 nvprune_10.1 cupti_10.1 cublas_10.1 cublas_dev_10.1 cudart_10.1 cufft_10.1 cufft_dev_10.1 curand_10.1 curand_dev_10.1 cusolver_10.1 cusolver_dev_10.1 cusparse_10.1 cusparse_dev_10.1 nvgraph_10.1 nvgraph_dev_10.1 npp_10.1 npp_dev_10.1 nvrtc_10.1 nvrtc_dev_10.1 nvml_dev_10.1"
)
if
not
exist
"
%SRC_DIR%
\temp_build\cudnn-10.1-windows10-x64-v7.6.4.38.zip"
(
curl
-k -L
https
://
www.dropbox.com/s/i3aur3wh9lykmgx
/cudnn
-
10
.1
-windows
10
-x
64
-v
7
.6.4.38.zip
?
dl
=
1
--output
"
%SRC_DIR%
\temp_build\cudnn-10.1-windows10-x64-v7.6.4.38.zip"
curl
-k -L
https
://
ossci
-windows
.s3.amazonaws.com
/cudnn
-
10
.1
-windows
10
-x
64
-v
7
.6.4.38.zip
--output
"
%SRC_DIR%
\temp_build\cudnn-10.1-windows10-x64-v7.6.4.38.zip"
if
errorlevel
1
exit
/b
1
set
"CUDNN_SETUP_FILE=
%SRC_DIR%
\temp_build\cudnn-10.1-windows10-x64-v7.6.4.38.zip"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment