@@ -35,7 +35,7 @@ exit /b 1
35
35
36
36
set CUDA_INSTALL_EXE = cuda_11.8.0_522.06_windows.exe
37
37
if not exist " %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% " (
38
- curl -k -L " https://ossci-windows.s3.amazonaws.com/%CUDA_INSTALL_EXE% " --output " %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% "
38
+ curl -k -L " https://ossci-windows.s3.amazonaws.com/%CUDA_INSTALL_EXE% " --output " %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% " & REM @lint-ignore
39
39
if errorlevel 1 exit /b 1
40
40
set " CUDA_SETUP_FILE = %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% "
41
41
set " ARGS = cuda_profiler_api_11.8 thrust_11.8 nvcc_11.8 cuobjdump_11.8 nvprune_11.8 nvprof_11.8 cupti_11.8 cublas_11.8 cublas_dev_11.8 cudart_11.8 cufft_11.8 cufft_dev_11.8 curand_11.8 curand_dev_11.8 cusolver_11.8 cusolver_dev_11.8 cusparse_11.8 cusparse_dev_11.8 npp_11.8 npp_dev_11.8 nvrtc_11.8 nvrtc_dev_11.8 nvml_dev_11.8 nvtx_11.8"
@@ -45,7 +45,7 @@ set CUDNN_FOLDER=cudnn-windows-x86_64-9.5.0.50_cuda11-archive
45
45
set CUDNN_LIB_FOLDER = " lib"
46
46
set " CUDNN_INSTALL_ZIP = %CUDNN_FOLDER% .zip"
47
47
if not exist " %SRC_DIR% \temp_build\%CUDNN_INSTALL_ZIP% " (
48
- curl -k -L " http://s3.amazonaws.com/ossci-windows/%CUDNN_INSTALL_ZIP% " --output " %SRC_DIR% \temp_build\%CUDNN_INSTALL_ZIP% "
48
+ curl -k -L " http://s3.amazonaws.com/ossci-windows/%CUDNN_INSTALL_ZIP% " --output " %SRC_DIR% \temp_build\%CUDNN_INSTALL_ZIP% " & REM @lint-ignore
49
49
if errorlevel 1 exit /b 1
50
50
set " CUDNN_SETUP_FILE = %SRC_DIR% \temp_build\%CUDNN_INSTALL_ZIP% "
51
51
)
@@ -62,7 +62,7 @@ goto cuda_common
62
62
63
63
set CUDA_INSTALL_EXE = cuda_12.4.0_551.61_windows.exe
64
64
if not exist " %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% " (
65
- curl -k -L " https://ossci-windows.s3.amazonaws.com/%CUDA_INSTALL_EXE% " --output " %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% "
65
+ curl -k -L " https://ossci-windows.s3.amazonaws.com/%CUDA_INSTALL_EXE% " --output " %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% " & REM @lint-ignore
66
66
if errorlevel 1 exit /b 1
67
67
set " CUDA_SETUP_FILE = %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% "
68
68
set " ARGS = cuda_profiler_api_12.4 thrust_12.4 nvcc_12.4 cuobjdump_12.4 nvprune_12.4 nvprof_12.4 cupti_12.4 cublas_12.4 cublas_dev_12.4 cudart_12.4 cufft_12.4 cufft_dev_12.4 curand_12.4 curand_dev_12.4 cusolver_12.4 cusolver_dev_12.4 cusparse_12.4 cusparse_dev_12.4 npp_12.4 npp_dev_12.4 nvrtc_12.4 nvrtc_dev_12.4 nvml_dev_12.4 nvjitlink_12.4 nvtx_12.4"
@@ -72,7 +72,7 @@ set CUDNN_FOLDER=cudnn-windows-x86_64-9.5.0.50_cuda12-archive
72
72
set CUDNN_LIB_FOLDER = " lib"
73
73
set " CUDNN_INSTALL_ZIP = %CUDNN_FOLDER% .zip"
74
74
if not exist " %SRC_DIR% \temp_build\%CUDNN_INSTALL_ZIP% " (
75
- curl -k -L " http://s3.amazonaws.com/ossci-windows/%CUDNN_INSTALL_ZIP% " --output " %SRC_DIR% \temp_build\%CUDNN_INSTALL_ZIP% "
75
+ curl -k -L " http://s3.amazonaws.com/ossci-windows/%CUDNN_INSTALL_ZIP% " --output " %SRC_DIR% \temp_build\%CUDNN_INSTALL_ZIP% " & REM @lint-ignore
76
76
if errorlevel 1 exit /b 1
77
77
set " CUDNN_SETUP_FILE = %SRC_DIR% \temp_build\%CUDNN_INSTALL_ZIP% "
78
78
)
@@ -89,7 +89,7 @@ goto cuda_common
89
89
90
90
set CUDA_INSTALL_EXE = cuda_12.6.2_560.94_windows.exe
91
91
if not exist " %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% " (
92
- curl -k -L " https://ossci-windows.s3.amazonaws.com/%CUDA_INSTALL_EXE% " --output " %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% "
92
+ curl -k -L " https://ossci-windows.s3.amazonaws.com/%CUDA_INSTALL_EXE% " --output " %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% " & REM @lint-ignore
93
93
if errorlevel 1 exit /b 1
94
94
set " CUDA_SETUP_FILE = %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% "
95
95
set " ARGS = cuda_profiler_api_12.6 thrust_12.6 nvcc_12.6 cuobjdump_12.6 nvprune_12.6 nvprof_12.6 cupti_12.6 cublas_12.6 cublas_dev_12.6 cudart_12.6 cufft_12.6 cufft_dev_12.6 curand_12.6 curand_dev_12.6 cusolver_12.6 cusolver_dev_12.6 cusparse_12.6 cusparse_dev_12.6 npp_12.6 npp_dev_12.6 nvrtc_12.6 nvrtc_dev_12.6 nvml_dev_12.6 nvjitlink_12.6 nvtx_12.6"
@@ -99,7 +99,7 @@ set CUDNN_FOLDER=cudnn-windows-x86_64-9.5.0.50_cuda12-archive
99
99
set CUDNN_LIB_FOLDER = " lib"
100
100
set " CUDNN_INSTALL_ZIP = %CUDNN_FOLDER% .zip"
101
101
if not exist " %SRC_DIR% \temp_build\%CUDNN_INSTALL_ZIP% " (
102
- curl -k -L " http://s3.amazonaws.com/ossci-windows/%CUDNN_INSTALL_ZIP% " --output " %SRC_DIR% \temp_build\%CUDNN_INSTALL_ZIP% "
102
+ curl -k -L " http://s3.amazonaws.com/ossci-windows/%CUDNN_INSTALL_ZIP% " --output " %SRC_DIR% \temp_build\%CUDNN_INSTALL_ZIP% " & REM @lint-ignore
103
103
if errorlevel 1 exit /b 1
104
104
set " CUDNN_SETUP_FILE = %SRC_DIR% \temp_build\%CUDNN_INSTALL_ZIP% "
105
105
)
@@ -116,7 +116,7 @@ goto cuda_common
116
116
117
117
set CUDA_INSTALL_EXE = cuda_12.8.0_571.96_windows.exe
118
118
if not exist " %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% " (
119
- curl -k -L " https://ossci-windows.s3.amazonaws.com/%CUDA_INSTALL_EXE% " --output " %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% "
119
+ curl -k -L " https://ossci-windows.s3.amazonaws.com/%CUDA_INSTALL_EXE% " --output " %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% " & REM @lint-ignore
120
120
if errorlevel 1 exit /b 1
121
121
set " CUDA_SETUP_FILE = %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% "
122
122
set " ARGS = cuda_profiler_api_12.8 thrust_12.8 nvcc_12.8 cuobjdump_12.8 nvprune_12.8 nvprof_12.8 cupti_12.8 cublas_12.8 cublas_dev_12.8 cudart_12.8 cufft_12.8 cufft_dev_12.8 curand_12.8 curand_dev_12.8 cusolver_12.8 cusolver_dev_12.8 cusparse_12.8 cusparse_dev_12.8 npp_12.8 npp_dev_12.8 nvrtc_12.8 nvrtc_dev_12.8 nvml_dev_12.8 nvjitlink_12.8 nvtx_12.8"
@@ -126,7 +126,7 @@ set CUDNN_FOLDER=cudnn-windows-x86_64-9.7.0.66_cuda12-archive
126
126
set CUDNN_LIB_FOLDER = " lib"
127
127
set " CUDNN_INSTALL_ZIP = %CUDNN_FOLDER% .zip"
128
128
if not exist " %SRC_DIR% \temp_build\%CUDNN_INSTALL_ZIP% " (
129
- curl -k -L " http://s3.amazonaws.com/ossci-windows/%CUDNN_INSTALL_ZIP% " --output " %SRC_DIR% \temp_build\%CUDNN_INSTALL_ZIP% "
129
+ curl -k -L " http://s3.amazonaws.com/ossci-windows/%CUDNN_INSTALL_ZIP% " --output " %SRC_DIR% \temp_build\%CUDNN_INSTALL_ZIP% " & REM @lint-ignore
130
130
if errorlevel 1 exit /b 1
131
131
set " CUDNN_SETUP_FILE = %SRC_DIR% \temp_build\%CUDNN_INSTALL_ZIP% "
132
132
)
0 commit comments