Skip to content

Commit

Permalink
Update windows smoke test for CUDA 11.1 (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc123 authored Jan 29, 2021
1 parent e843eaf commit a4867f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/internal/smoke_test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pushd %SRC_DIR%\..

if "%CUDA_VERSION%" == "102" call internal\driver_update.bat
if "%CUDA_VERSION%" == "110" call internal\driver_update.bat
if "%CUDA_VERSION%" == "111" call internal\driver_update.bat
if errorlevel 1 exit /b 1

set "ORIG_PATH=%PATH%"
Expand Down

0 comments on commit a4867f4

Please sign in to comment.