File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packaging/windows/internal Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ if not exist "%SRC_DIR%\temp_build\%CUDA_INSTALL_EXE%" (
167
167
curl -k -L " https://ossci-windows.s3.amazonaws.com/%CUDA_INSTALL_EXE% " --output " %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% "
168
168
if errorlevel 1 exit /b 1
169
169
set " CUDA_SETUP_FILE = %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% "
170
- set " ARGS = thrust_11.3 nvcc_11.3 cuobjdump_11.3 nvprune_11.3 nvprof_11.3 cupti_11.3 cublas_11.3 cublas_dev_11.3 cudart_11.3 cufft_11.3 cufft_dev_11.3 curand_11.3 curand_dev_11.3 cusolver_11.3 cusolver_dev_11.3 cusparse_11.3 cusparse_dev_11.3 npp_11.3 npp_dev_11.3 nvrtc_11.3 nvrtc_dev_11.3 nvml_dev_11.3"
170
+ set " ARGS = thrust_11.3 nvcc_11.3 cuobjdump_11.3 nvprune_11.3 nvprof_11.3 cupti_11.3 cublas_11.3 cublas_dev_11.3 cudart_11.3 cufft_11.3 cufft_dev_11.3 curand_11.3 curand_dev_11.3 cusolver_11.3 cusolver_dev_11.3 cusparse_11.3 cusparse_dev_11.3 npp_11.3 npp_dev_11.3 nvjpeg_11.3 nvjpeg_dev_11.3 nvrtc_11.3 nvrtc_dev_11.3 nvml_dev_11.3"
171
171
172
172
)
173
173
You can’t perform that action at this time.
0 commit comments