File tree 1 file changed +3
-3
lines changed
packaging/windows/internal 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,10 +128,10 @@ goto cuda_common
128
128
129
129
:cuda111
130
130
131
- if not exist " %SRC_DIR% \temp_build\cuda_11.1.0_456.43_win10 .exe" (
132
- curl -k -L https://ossci-windows.s3.amazonaws.com/cuda_11.1.0_456.43_win10 .exe --output " %SRC_DIR% \temp_build\cuda_11.1.0_456.43_win10 .exe"
131
+ if not exist " %SRC_DIR% \temp_build\cuda_11.1.1_456.81_win10 .exe" (
132
+ curl -k -L https://ossci-windows.s3.amazonaws.com/cuda_11.1.1_456.81_win10 .exe --output " %SRC_DIR% \temp_build\cuda_11.1.1_456.81_win10 .exe"
133
133
if errorlevel 1 exit /b 1
134
- set " CUDA_SETUP_FILE = %SRC_DIR% \temp_build\cuda_11.1.0_456.43_win10 .exe"
134
+ set " CUDA_SETUP_FILE = %SRC_DIR% \temp_build\cuda_11.1.1_456.81_win10 .exe"
135
135
set " ARGS = nvcc_11.1 cuobjdump_11.1 nvprune_11.1 nvprof_11.1 cupti_11.1 cublas_11.1 cublas_dev_11.1 cudart_11.1 cufft_11.1 cufft_dev_11.1 curand_11.1 curand_dev_11.1 cusolver_11.1 cusolver_dev_11.1 cusparse_11.1 cusparse_dev_11.1 npp_11.1 npp_dev_11.1 nvjpeg_11.1 nvjpeg_dev_11.1 nvrtc_11.1 nvrtc_dev_11.1 nvml_dev_11.1"
136
136
)
137
137
You can’t perform that action at this time.
0 commit comments