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] Revert Prevent concat different formats for onednn (#28668) #29501

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

clee30
Copy link
Contributor

@clee30 clee30 commented Mar 17, 2025

Revert the change as the fix causing performance drop for Yolo v5m. Review the 28668 where onednn does able to concat bfyx and b_fs_yx_fsv32 correctly, so the earlier fix basically only reject the supported concat types and use another different type like b_fs_yx_fsv16 to fix accuracy issue.

Tickets:

CVS-164187

…lkit#28668)

Revert the change as the fix causing performance drop for Yolo v5m.
Review the 28668 where onednn does able to concat bfyx and
b_fs_yx_fsv32 correctly, so the earlier fix basically only reject the
supported concat types and use another different type like b_fs_yx_fsv16
to fix accuracy issue.
@clee30 clee30 requested review from a team as code owners March 17, 2025 02:58
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Mar 17, 2025
@sys-openvino-ci sys-openvino-ci added the ExternalIntelPR External contributor from Intel label Mar 17, 2025
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.

3 participants