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 #56360

Merged
merged 10 commits into from
Sep 12, 2023

Conversation

zhhsplendid
Copy link
Member

@zhhsplendid zhhsplendid commented Aug 16, 2023

PR types

New features

PR changes

Others

Description

pcard-75206
Make New ASTGen Without ISL and Stage

A temporary PR that 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.

This PR is a temporary, it only implemented the easiest AST Gen Lowering in the test case. There are several TODOs:

  1. Have NOT handle reduce init.
  2. After the LowerAst being tested in more complex cases, we will rename it as Lower and replace the old Lower function.
  3. After Step 2, we will remove Stage, StageMap and old style schedule completely from CINN :-)

We would like to merge this PR, then do the TODOs because the PR is already long.

@paddle-bot
Copy link

paddle-bot bot commented Aug 16, 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.

@paddle-ci-bot
Copy link

paddle-ci-bot bot commented Sep 1, 2023

Sorry to inform you that 02196c1's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.

@zhhsplendid zhhsplendid merged commit 2585526 into PaddlePaddle:develop Sep 12, 2023
zhhsplendid added a commit that referenced this pull request Sep 12, 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.

2 participants