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

[CINN] Make New ASTGen Without ISL and Stage #57207

Merged
merged 16 commits into from
Sep 19, 2023

Conversation

zhhsplendid
Copy link
Member

@zhhsplendid zhhsplendid commented Sep 12, 2023

PR types

New features

PR changes

Others

Description

pcard-75206
Make art_gen_ius::AstGen as replacement of old isl AstGen, art_gen_ius::TensorGroup as a replacement of tensor relation data structure as old Stage and StageMap, however we remove old style schedule function of Stage.

@paddle-bot
Copy link

paddle-bot bot commented Sep 12, 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.

@zhhsplendid zhhsplendid changed the title Local Tmp PR [CINN] Make New ASTGen Without ISL and Stage Sep 12, 2023
ast_gen_ius::TensorGroup tensor_group({A, B, C});
auto func = lang::LowerToAst("add1", {A, B, C}, &tensor_group);

LOG(INFO) << "Huihuang debug: " << func << std::endl;
Copy link
Member Author

Choose a reason for hiding this comment

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

This is the debug output I forgot to remove, I will delete it along with reviewer's comment.

@zhhsplendid
Copy link
Member Author

Since CI has finished, I will remove the debug output in the next PR

@zhhsplendid zhhsplendid merged commit a79ba09 into PaddlePaddle:develop Sep 19, 2023
Frida-a pushed a commit to Frida-a/Paddle that referenced this pull request Oct 14, 2023
Make art_gen_ius::AstGen as replacement of old isl AstGen, art_gen_ius::TensorGroup as a replacement of tensor relation data structure as old Stage and StageMap, however we remove old style schedule function of Stage.
danleifeng pushed a commit to danleifeng/Paddle that referenced this pull request Nov 14, 2023
Make art_gen_ius::AstGen as replacement of old isl AstGen, art_gen_ius::TensorGroup as a replacement of tensor relation data structure as old Stage and StageMap, however we remove old style schedule function of Stage.
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.

2 participants