未验证 提交 70235c1c 编写于 作者: D Divano 提交者: GitHub

Update paddle_build.bat

上级 4d69eeaa
......@@ -204,6 +204,16 @@ call :test_inference || goto test_inference_error
:: call :check_change_of_unittest || goto check_change_of_unittest_error
goto:success
rem ------Build windows release whl package------
:CASE_build_release_whl
set WITH_AVX=ON
set ON_INFER=OFF
set CUDA_ARCH_NAME=All
call :cmake || goto cmake_error
call :build || goto build_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.
先完成此消息的编辑!
想要评论请 注册