-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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]Support more shape ops fuse to generate shape op #64216
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
Signed-off-by: ZelinMa557 <3388706467@qq.com>
…e/Paddle into fuse_shape_ops
Signed-off-by: ZelinMa557 <3388706467@qq.com>
…e/Paddle into fuse_shape_ops
* refact Signed-off-by: ZelinMa557 <3388706467@qq.com>
…e/Paddle into fuse_shape_ops
… fuse_shape_ops
… fuse_shape_ops
… fuse_shape_ops
… fuse_shape_ops
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
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
…64216) * support more shape ops fuse to generate shape op * fix bug * refine * [CINN] implement strategy for generate shape op Signed-off-by: ZelinMa557 <3388706467@qq.com> * [CINN] implement strategy for generate shape op Signed-off-by: ZelinMa557 <3388706467@qq.com> * [CINN] implement strategy for generate shape * refact Signed-off-by: ZelinMa557 <3388706467@qq.com> * fix bug * add group_norm test * revert some change * fix complie bug * fix bug * change test --------- Signed-off-by: ZelinMa557 <3388706467@qq.com> Co-authored-by: ZelinMa557 <3388706467@qq.com>
PR Category
CINN
PR Types
Devs
Description
Pcard-67164
支持将具有单个元素输出的shape计算子图融合为GenerateShapeOp.