Skip to content

Commit a4867f4

Browse files
authored
Update windows smoke test for CUDA 11.1 (#629)
1 parent e843eaf commit a4867f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

windows/internal/smoke_test.bat

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pushd %SRC_DIR%\..
44

55
if "%CUDA_VERSION%" == "102" call internal\driver_update.bat
66
if "%CUDA_VERSION%" == "110" call internal\driver_update.bat
7+
if "%CUDA_VERSION%" == "111" call internal\driver_update.bat
78
if errorlevel 1 exit /b 1
89

910
set "ORIG_PATH=%PATH%"

0 commit comments

Comments
 (0)