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

[Prim][PIR] fix prim reshape grad bug #57816

Merged
merged 3 commits into from
Sep 28, 2023

Conversation

cyber-pioneer
Copy link
Contributor

@cyber-pioneer cyber-pioneer commented Sep 27, 2023

PR types

Bug fixes

PR changes

Others

Description

Pcard-66975
Fix prim reshape grad bug:
The composite rules of reshape_grad will use xshape( output of op reshape, its shape: [0] + x.shape). Thus xshape.shape should be removed extra 0 before used in prim op reshape.

@paddle-bot
Copy link

paddle-bot bot commented Sep 27, 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-bot
Copy link

paddle-bot bot commented Sep 27, 2023

❌ The PR is not created using PR's template. You can refer to this Demo.
Please use PR's template, it helps save our maintainers' time so that more developers get helped.

@cyber-pioneer cyber-pioneer changed the title fix reshape case [Prim][PIR] fix prim reshape grad bug Sep 27, 2023
@Charles-hit Charles-hit merged commit 4004c96 into PaddlePaddle:develop Sep 28, 2023
27 checks passed
Frida-a pushed a commit to Frida-a/Paddle that referenced this pull request Oct 14, 2023
* fix reshape case

* polish code

* fix code
jiahy0825 pushed a commit to jiahy0825/Paddle that referenced this pull request Oct 16, 2023
* fix reshape case

* polish code

* fix code
danleifeng pushed a commit to danleifeng/Paddle that referenced this pull request Nov 14, 2023
* fix reshape case

* polish code

* fix code
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