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

[OneDNN] Fix v3.2 conv dst layout cause regression case performance declined issue #56782

Merged

Conversation

zhanglirong1999
Copy link
Contributor

@zhanglirong1999 zhanglirong1999 commented Aug 30, 2023

PR types

Bug fixes

PR changes

Others

Description

Since v3.2 changed the conv ic=3 dst layout from nhwc to nchw16c, cause the mixture overhead for the following binary primitive in regression case. We decide to fix it by manually switch dst layout.

@paddle-bot
Copy link

paddle-bot bot commented Aug 30, 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.

xinyu-intel
xinyu-intel previously approved these changes Sep 5, 2023
YangQun1
YangQun1 previously approved these changes Sep 5, 2023
Copy link
Contributor

@vivienfanghuagood vivienfanghuagood left a comment

Choose a reason for hiding this comment

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

LGTM

@xinyu-intel xinyu-intel merged commit 2d9de72 into PaddlePaddle:develop Sep 8, 2023
26 checks passed
BeingGod pushed a commit to BeingGod/Paddle that referenced this pull request Sep 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers Intel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants