File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ if not exist "%SRC_DIR%\temp_build\%CUDA_INSTALL_EXE%" (
87
87
curl -k -L " https://ossci-windows.s3.amazonaws.com/%CUDA_INSTALL_EXE% " --output " %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% "
88
88
if errorlevel 1 exit /b 1
89
89
set " CUDA_SETUP_FILE = %SRC_DIR% \temp_build\%CUDA_INSTALL_EXE% "
90
- set " ARGS = cuda_profiler_api_12.1 thrust_12.1 nvcc_12.1 cuobjdump_12.1 nvprune_12.1 nvprof_12.1 cupti_12.1 cublas_12.1 cublas_dev_12.1 cudart_12.1 cufft_12.1 cufft_dev_12.1 curand_12.1 curand_dev_12.1 cusolver_12.1 cusolver_dev_12.1 cusparse_12.1 cusparse_dev_12.1 npp_12.1 npp_dev_12.1 nvrtc_12.1 nvrtc_dev_12.1 nvml_dev_12.1"
90
+ set " ARGS = cuda_profiler_api_12.1 thrust_12.1 nvcc_12.1 cuobjdump_12.1 nvprune_12.1 nvprof_12.1 cupti_12.1 cublas_12.1 cublas_dev_12.1 cudart_12.1 cufft_12.1 cufft_dev_12.1 curand_12.1 curand_dev_12.1 cusolver_12.1 cusolver_dev_12.1 cusparse_12.1 cusparse_dev_12.1 npp_12.1 npp_dev_12.1 nvrtc_12.1 nvrtc_dev_12.1 nvml_dev_12.1 nvjitlink_12.1 "
91
91
)
92
92
93
93
set CUDNN_FOLDER = cudnn-windows-x86_64-8.8.1.3_cuda12-archive
You can’t perform that action at this time.
0 commit comments