Skip to content

[PIR][oneDNN][BF16] Generalize shape check function #68951

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

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

LLee233
Copy link
Contributor

@LLee233 LLee233 commented Oct 25, 2024

PR Category

Performance Optimization

PR Types

Bug fixes

Description

Like #68903, we also found another op would cause error due to unknown shape. The root cause is that the shape of VectorType can't be distinguished when IntArray is produced by Combine.
Here I generalized the check function to check if shape is unknown. And in future, we may think out a more generalized method to deal with all possibly impacted ops.

Copy link

paddle-bot bot commented Oct 25, 2024

你的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 paddle-bot bot added the contributor External developers label Oct 25, 2024
@LLee233 LLee233 added the Intel label Oct 25, 2024
@zhanglirong1999 zhanglirong1999 merged commit efc5bae into PaddlePaddle:develop Oct 28, 2024
27 checks passed
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.

2 participants