-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add new ci case for cuda 11.x #36858
Conversation
Thanks for your contribution! |
paddle/scripts/paddle_build.bat
Outdated
set WITH_MKL=ON | ||
set WITH_GPU=ON | ||
set WITH_AVX=ON | ||
set MSVC_STATIC_CRT=OFF |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
set MSVC_STATIC_CRT=ON
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
新的流水线里开一下 WITH_TENSORRT和WITH_INFERENCE_API_TEST,可以先编译不跑
已开启,打开WITH_TENSORRT后编译通过 。
paddle/scripts/paddle_build.bat
Outdated
@@ -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_mkl_cuda11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CASE_wincheck_inference
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
新的流水线里开一下 WITH_TENSORRT和WITH_INFERENCE_API_TEST,可以先编译不跑单测
PR types
Others
PR changes
Others
Describe
add new ci case for cuda 11.x