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
[Examples] [Xe] Improve performance for some upconversion cases in xe_gemm (#605)
Using smaller B loads reduces the amount of upconversion/reorder work,
which can improve performance when that is expensive.
This PR updates the xe_gemm example to illustrate this, using 64x32
subgroup tiles instead of 32x64 subgroup tiles for such cases.
0 commit comments