This is an archive of the discontinued LLVM Phabricator instance.

Reorder mmt4d r.h.s operand layout
ClosedPublic

Authored by asaadaldien on Aug 2 2021, 1:34 PM.

Details

Summary

Switch r.h.s operand layout (n1, k1, n0, k0) -> (n1, k1, k0, n0)
which is more consistant with scalar-vector products vectorization
and elementates operand transpose.

Diff Detail

Event Timeline

asaadaldien created this revision.Aug 2 2021, 1:34 PM
asaadaldien requested review of this revision.Aug 2 2021, 1:34 PM

update TensorDef

rsuderman accepted this revision.Aug 2 2021, 7:13 PM
This revision is now accepted and ready to land.Aug 2 2021, 7:13 PM
This revision was automatically updated to reflect the committed changes.