未验证 提交 fb394695 编写于 作者: S Sing_chan 提交者: GitHub

add new ci case which will run in cuda 11.x (#36858)

上级 e8794250
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册