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】Fix bug of CinnGroupOp out of Order #63686

Merged
merged 3 commits into from
Apr 22, 2024

Conversation

chen2016013
Copy link
Contributor

PR Category

CINN

PR Types

Bug fixes

Description

Pcard-67164

cinn pass中替换插入cinn group op导致op拓扑顺序错误,定位到是递归分析define op时使用op_operands分析,没有考虑到cinn group op的外部输入。本PR修复这一问题,对于cinn group op,遍历op找到ExternelInputValue作为其defining op

Copy link

paddle-bot bot commented Apr 19, 2024

你的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.

@chen2016013 chen2016013 merged commit 10252eb into PaddlePaddle:develop Apr 22, 2024
30 checks passed
co63oc pushed a commit to co63oc/Paddle that referenced this pull request Apr 22, 2024
* Fix bug of CinnGroupOp out of Order

* refine

* refine
@chen2016013 chen2016013 deleted the test0417 branch May 24, 2024 07:56
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.

None yet

2 participants