fix cache key in concat oneDNN kernel#31820
Conversation
|
Thanks for your contribution! |
* 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.