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] Add check to fallback to permute_ref if different format for oneDNN #27402

Merged
merged 2 commits into from
Nov 8, 2024

Conversation

clee30
Copy link
Contributor

@clee30 clee30 commented Nov 5, 2024

Details:

If the input and output format are not the same in permute before oneDNN convolution, permute_kernel_f_y_axes doesn't support it. Need to fallback to permute_ref

Tickets:

 If the input and output format are not the same which happen using oneDNN convolution with permute,
 permute_kernel_f_y_axes doesn't support it.  Need to fallback to permute_ref
@clee30 clee30 requested review from a team as code owners November 5, 2024 10:32
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Nov 5, 2024
@sys-openvino-ci sys-openvino-ci added the ExternalIntelPR External contributor from Intel label Nov 5, 2024
@wilson-seok
Copy link
Contributor

Looks good for me.
@clee30 Please update the branch to pass all CI jobs.

@p-durandin
Copy link
Contributor

build_jenkins

@p-durandin p-durandin added this pull request to the merge queue Nov 8, 2024
Merged via the queue into openvinotoolkit:master with commit fb5b5ed Nov 8, 2024
151 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GPU OpenVINO GPU plugin ExternalIntelPR External contributor from Intel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants