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

[GPU] Fix wrong condition for dynamic onednn convolution impl-type. #24497

Conversation

hyunback
Copy link
Contributor

@hyunback hyunback commented May 14, 2024

Remove the limitation that oneDNN convolution doesn't support dynamic input and output.
With this limitation, clDNN convolution will run forever in dpas platform.
Because oneDNN Opt convolutions require blocked-format and current shape agnostic convolution doesn't support block-format, convolution do nothing in compile_graph stage and actual kernel compilation will happen at first inference.

Tickets:

  • 141040

@hyunback hyunback added the category: GPU OpenVINO GPU plugin label May 14, 2024
@hyunback hyunback requested review from a team as code owners May 14, 2024 04:43
Remove the limitation for oneDNN convolution doesn't support dynmaic input and output.
oneDNN opt convolution run blocked-format, so current SA convolution
doesn't support in dpas flatform.

Signed-off-by: hyunback <hyunback.kim@intel.com>
Copy link
Contributor

@e-ddykim e-ddykim left a comment

Choose a reason for hiding this comment

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

Looks good to me

@isanghao isanghao added this pull request to the merge queue Jun 7, 2024
Merged via the queue into openvinotoolkit:master with commit faa19e6 Jun 7, 2024
99 checks passed
@hyunback hyunback deleted the fix_wrong_dynamic_onednn_conv_condition branch June 9, 2024 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GPU OpenVINO GPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants