You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GPU] check the feature padding at onednn reorder (#31783)
### Description of the issue(symptom, root-cause, how it was resolved)
- onednn reorder can not handle the feature axis padding.
'is_supported_pad()' function does not check the feature axis padding.
- fallback to ocl if the reorder has the feature axis padding.
#### The code and line that caused this issue (if it is not changed
directly)
- src/plugins/intel_gpu/src/graph/impls/onednn/reorder_onednn.cpp
- src/plugins/intel_gpu/src/graph/impls/onednn/utils.cpp
#### Reproduction step and snapshot (if applicable. Do not attach for
customer model)
- reproducer is attached in the ticket
<img width="912" height="446" alt="image"
src="https://github.com/user-attachments/assets/db41a6f7-8738-4012-b5d7-6259cb922a0e"
/>
#### Problematic graph
<img width="1308" height="885" alt="image"
src="https://github.com/user-attachments/assets/b4ee632b-8375-4185-b7d1-b31bfe95b786"
/>
#### Checklist
- [ ] Is it a proper fix? (not a workaround)
- [ ] Did you include test case for this fix, if necessary?
- [ ] Did you review existing test that can be extended to cover this
scenario? Which test did you review?
### Tickets:
- 172242
0 commit comments