-
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
[PIR] support pd_op.expand convert to cinn_opbroadcast_to #59437
Conversation
… pir_cinn_support_multi_group
… pir_cinn_support_multi_group
… pir_cinn_support_bitwise_op
… pir_cinn_support_bitwise_op
… pir_cinn_support_bitwise_op
… pir_cinn_support_bitwise_op
… pir_cinn_support_bitwise_op
… pir_cinn_support_bitwise_op
…e/Paddle into fix_rms_backward_bug
… fix_rms_backward_bug
你的PR提交成功,感谢你对开源项目的贡献! |
✅ This PR's description meets the template requirements! |
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
@@ -20,6 +20,7 @@ | |||
#include "paddle/cinn/common/type.h" | |||
#include "paddle/cinn/hlir/framework/op.h" | |||
#include "paddle/cinn/utils/type_defs.h" | |||
#include "paddle/phi/core/ddim.h" |
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.
这个后续建议使用common中ddim.h
PR types
New features
PR changes
Others
Description
将paddle dialect expand op转成 cinn的broadcast_to op
Pcard-67164