Skip to content

Commit

Permalink
add new ci case which will run in cuda 11.x (#36858)
Browse files Browse the repository at this point in the history
  • Loading branch information
betterpig authored Nov 3, 2021
1 parent e879425 commit fb39469
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions paddle/scripts/paddle_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,22 @@ call :test_unit || goto test_unit_error
:: call :check_change_of_unittest || goto check_change_of_unittest_error
goto:success

rem ------PR CI windows check for unittests and inference in CUDA11-MKL-AVX----------
:CASE_wincheck_inference
set WITH_MKL=ON
set WITH_GPU=ON
set WITH_AVX=ON
set MSVC_STATIC_CRT=ON
set ON_INFER=ON

call :cmake || goto cmake_error
call :build || goto build_error
call :test_whl_pacakage || goto test_whl_pacakage_error
:: call :test_unit || goto test_unit_error
::call :test_inference || goto test_inference_error
:: call :check_change_of_unittest || goto check_change_of_unittest_error
goto:success

rem ------Build windows avx whl package------
:CASE_build_avx_whl
set WITH_AVX=ON
Expand Down

0 comments on commit fb39469

Please sign in to comment.