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

[IR] refine the ir folder in fluid. #54292

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

winter-wang
Copy link
Contributor

@winter-wang winter-wang commented Jun 2, 2023

PR types

Others

PR changes

Others

Description

调整fluid下面的ir目录。

目前fluid接入ir库路径为:
paddle/fluid/dialect/... 里面是fluid中基于对ir的 dlalect、type、 attribute、op 扩展、
paddle/fluid/interface/... 里面是fluid中基于对ir的 interface 扩展。
paddle/fluid/translator/... 里面是将op_desc转换为新ir program的转换工具。

调整为:

paddle/fluid/ir/ 里面建立dialect、interface等。
paddle/fluid/ir_adaptor/ 里面建立translator, 以及后续的pass 、executor等。

Other

Pcard-67164

@paddle-bot
Copy link

paddle-bot bot commented Jun 2, 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.

@winter-wang winter-wang force-pushed the ir_develop_2 branch 2 times, most recently from 0998c02 to 3d84dae Compare June 2, 2023 00:34
@winter-wang winter-wang closed this Jun 4, 2023
@winter-wang winter-wang reopened this Jun 4, 2023
Copy link
Contributor

@XiaoguangHu01 XiaoguangHu01 left a comment

Choose a reason for hiding this comment

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

LGTM

@zhangbo9674 zhangbo9674 merged commit c32a300 into PaddlePaddle:develop Jun 5, 2023
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.

4 participants