-
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
【CI】optimize cinn and build ci #54257
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
Sorry to inform you that d1d7edb's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
d1d7edb
to
9846137
Compare
3bcd229
to
f8df0df
Compare
f8df0df
to
3bb3102
Compare
paddle/scripts/paddle_build.sh
Outdated
@@ -987,7 +987,7 @@ function check_whl_size() { | |||
fi | |||
|
|||
set +x | |||
pr_whl_size=`du -m ${PADDLE_ROOT}/build/pr_whl/*.whl|awk '{print $1}'` | |||
pr_whl_size=`du -m ${PADDLE_ROOT}/build/pr_whl/paddle*.whl|awk '{print $1}'` | |||
echo "pr_whl_size: ${pr_whl_size}" | |||
|
|||
dev_whl_size=`du -m ${PADDLE_ROOT}/build/python/dist/*.whl|awk '{print $1}'` |
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.
这里也修改成paddle*.whl吧,保持统一
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.
这里也修改成paddle*.whl吧,保持统一
已经改了,硕爷
* fix cinn and build bug * fix cinn and build bug * fix cinn and build bug * fix cinn and build bug
* fix cinn and build bug * fix cinn and build bug * fix cinn and build bug * fix cinn and build bug
PR types
Others
PR changes
Others
Description
Pcard-67010
将PR-CI-Build和PR-CI-CINN的编译合二为一,并解决CE-Framework和PR-CI-BUILD编译的问题
收益:CPU资源节省30~40分钟