Skip to content
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

Replace LowerVec in new IR #58135

Merged
merged 2 commits into from
Oct 18, 2023
Merged

Conversation

zhhsplendid
Copy link
Member

@zhhsplendid zhhsplendid commented Oct 17, 2023

PR types

New features

PR changes

Others

Description

pcard-75206

Replace old Lower to new Lower with self-developed ASTGen

@paddle-bot
Copy link

paddle-bot bot commented Oct 17, 2023

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

Copy link
Contributor

@BiynXu BiynXu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Aurelius84
Aurelius84 previously approved these changes Oct 17, 2023
VLOG(4) << "Lower op: " << lower_fn_name << ", get " << funcs.size()
<< " LoweredFunc:\n";
for (auto fun : funcs) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里的for 总会执行,是不是用 if(VLOG_IS_ON(4)) 包裹一下?如果可以的话,我这边后面的PR可以顺带来fix下

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@Aurelius84 Aurelius84 merged commit 8462ac1 into PaddlePaddle:develop Oct 18, 2023
hitywt pushed a commit to hitywt/Paddle that referenced this pull request Oct 24, 2023
* Replace LowerVec in new IR

* Modify based on reviewer comment
jiahy0825 pushed a commit to jiahy0825/Paddle that referenced this pull request Oct 26, 2023
* Replace LowerVec in new IR

* Modify based on reviewer comment
danleifeng pushed a commit to danleifeng/Paddle that referenced this pull request Nov 14, 2023
* Replace LowerVec in new IR

* Modify based on reviewer comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants