-
Notifications
You must be signed in to change notification settings - Fork 5.9k
fix cache key in concat oneDNN kernel #31820
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 cache key in concat oneDNN kernel #31820
Conversation
|
Thanks for your contribution! |
juncaipeng
left a comment
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
* fix cache key in concat oneDNN kernel * key simplified
|
@wojtuss Please cherry-pick to 2.0.2 |
You're Invited: Claim Your Custom PaddlePaddle Contributor Badge!Baidu Open Source Office is looking for those of you who have quietly contributed to PaddlePaddle. We’ve prepared a special token of appreciation just for you—a custom commemorative badge engraved with your name.
Over the years, every step forward PaddlePaddle has taken has been made possible by your code, your passion, and your youth. Maybe you once submitted a line of code late at night, maybe you kindly answered a question in the community, or maybe it’s been a while since you last contributed… This time, we’re not just looking to reconnect with your code—we want to relive those years we burned brightly together. If you’d like to take part, please send your name, phone number, and a brief self-recommendation to: |

PR types
Bug fixes
PR changes
OPs
Describe
This patch fixes cache key for oneDNN concat primitive so that the first dimensions of all inputs were taken into account.
It fixes the issue #31111.