Skip to content

[Prim][PIR] Fixed bug introduced by function AreDimsWithDynamicShapeCompatible #68527

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

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

cubehan3
Copy link
Contributor

@cubehan3 cubehan3 commented Sep 29, 2024

PR Category

Operator Mechanism

PR Types

Bug fixes

Description

PR #68491 无法处理输入与输出维度一样,但仍能进行 broadcast的问题
例如静态时,x_shape=[10, 10, 10], y_shape=[1, 1, 1],而将其动态shape设置为 dyn_x_shape=[-1, -1, -1], dyn_y_shape=[-1, -1, -1]时,执行有误。

Pcard-66975

Copy link

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

@cubehan3 cubehan3 changed the title [Prim][PIR] Fixed bug introduced by function [Prim][PIR] Fixed bug introduced by function AreDimsWithDynamicShapeCompatible Sep 29, 2024
@xiaoguoguo626807 xiaoguoguo626807 merged commit b08b79b into PaddlePaddle:develop Sep 30, 2024
27 checks passed
@cubehan3 cubehan3 deleted the fix-reduce-as-bug branch October 17, 2024 11:45
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