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] Implement padding extension for SDPA shape canonicalization (#32402)
### Details:
- Update SDPA shape canonicalization process by adding support for
padding extension when transforming tensor shapes to target 4D ranks
- Extend padding information when input rank differs from target rank
(default 4D)
- Inserts padding dimension at the `num_heads_dim` position (index 1)
### Tickets:
- [CVS-173728](https://jira.devtools.intel.com/browse/CVS-173728)
0 commit comments