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

Fix paddle.queeze_ bug #49903

Merged
merged 5 commits into from
Jan 19, 2023
Merged

Fix paddle.queeze_ bug #49903

merged 5 commits into from
Jan 19, 2023

Conversation

heliqi
Copy link
Contributor

@heliqi heliqi commented Jan 17, 2023

PR types

Bug fixes

PR changes

OPs

Describe

修复paddle.queeze_报错:
当执行inplace操作时,InferMeta接口已经修改原始的输入shape,所以在kernel中直接获取shape即可

@paddle-bot
Copy link

paddle-bot bot commented Jan 17, 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.

jiangjiajun
jiangjiajun previously approved these changes Jan 18, 2023
Copy link
Collaborator

@jiangjiajun jiangjiajun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jeff41404
Copy link
Contributor

please add this issue in unittests.

@heliqi
Copy link
Contributor Author

heliqi commented Jan 19, 2023

please add this issue in unittests.

Done. commit

Copy link
Contributor

@jeff41404 jeff41404 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jeff41404 jeff41404 merged commit 11e34ae into PaddlePaddle:develop Jan 19, 2023
@heliqi heliqi deleted the fix_unsqueeze_ branch January 19, 2023 08:35
heliqi added a commit to heliqi/Paddle that referenced this pull request Jan 19, 2023
* fix queeze_ bug

* fix slove use squeeze_kernel

* fix slove use squeeze_kernel

* fix slove use squeeze_kernel

* add test case
XiaoguangHu01 pushed a commit that referenced this pull request Jan 19, 2023
* Fix paddle.queeze_ bug (#49903)

* fix queeze_ bug

* fix slove use squeeze_kernel

* fix slove use squeeze_kernel

* fix slove use squeeze_kernel

* add test case

* Update squeeze_kernel.h
pangengzheng pushed a commit to pangengzheng/Paddle that referenced this pull request Feb 2, 2023
* fix queeze_ bug

* fix slove use squeeze_kernel

* fix slove use squeeze_kernel

* fix slove use squeeze_kernel

* add test case
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

4 participants