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] Separate input and weight rank check for reordered case in gemm (openvinotoolkit#29430)
### Details:
- Separate input and weight rank check for reordered case in gemm to
avoid exception from non reordered input (input0 in below layer)

- convert_data_tensor() returns wrong data tensor when size of
format.dims_order() is not same with shape.size(). So gemm need to set
proper format for shape.size() in input/output layout.
### Tickets:
- 163982
0 commit comments