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
Add support for unsigned-by-signed 8-bit integer matrix multiply-accumulate to 32-bit integer (PerBlock2x2MatMul) for ARM SVE (svusmmla_s32) and Neon (vusmmlaq_s32), along with unit test TestUint8Int8PerBlock2x2MatMul. - #3355