-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[CINN] Strong constraint branch adapt to pir #58993
[CINN] Strong constraint branch adapt to pir #58993
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
❌ The PR is not created using PR's template. You can refer to this Demo. |
… rebase-adapt-to-pir
…ddle into rebase-adapt-to-pir
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.
approve for backend integration
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.
LGTM
* Strong Constraint Branch * NoInlineTranslator (PaddlePaddle#84) * Adapt adt to pir * Move FLAGS_cinn_enable_map_expr_schedule location * Apply new group schedule * Remove useless log * Remove adt unittest * Solve merge conflicts * Fix typo * Fix merge conflicts * Add unit test * Fix cmake * Add test_cinn_sub_graph_map_expr * Save current workspace * Remove unittest to cinn directory * Refactor unittest cmake * Refactor unittest cmake * Add unit test at Cmake * Restore test_cinn_sub_graph.py * Fix unittest * Refine codes according to comment * Refine codes according to comment
PR types
Others
PR changes
Others
Description
pcard-76996
[CINN] Strong constraint branch adapt to pir
强约束分支适配新 ir,相关数据结构、运行流程切换到新 ir。
The strong constraint branch has been modified to fit the new IR, including the corresponding data structures and running processes.