This is an archive of the discontinued LLVM Phabricator instance.

Reorder mmt4d shapes:
ClosedPublic

Authored by Benoit on Sep 13 2021, 8:11 AM.

Details

Summary
  • Continuing from https://reviews.llvm.org/D107003, move also 'K' to the outer side, so that now the inter-tile dimensions as all outer, and the intra-tile dimensions are all inner.

Diff Detail

Event Timeline

Benoit created this revision.Sep 13 2021, 8:11 AM
Benoit requested review of this revision.Sep 13 2021, 8:11 AM

The corresponding IREE change (adapting to this breaking change) is https://github.com/google/iree/pull/7030

asaadaldien accepted this revision.Sep 13 2021, 11:49 AM
This revision is now accepted and ready to land.Sep 13 2021, 11:49 AM
This revision was automatically updated to reflect the committed changes.