This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Vector] WIP - Lower vector.contract to llvm.intr.matrix_multiply
AbandonedPublic

Authored by nicolasvasilache on Mar 6 2020, 3:06 PM.

Details

Summary

This revision adds lowering of vector.contract to llvm.intr.matrix_multiply.

Separable revisions have been sent out for review independently.
This revision will be rebased once parents have landed and will become much simpler.

Please do not review this atm, this is for visibility purposes.

Diff Detail

Event Timeline

Herald added 1 blocking reviewer(s): rriddle. · View Herald TranscriptMar 6 2020, 3:06 PM
Herald added a project: Restricted Project. · View Herald Transcript

Update post column-major -> row-major change.

nicolasvasilache abandoned this revision.Mar 7 2020, 12:11 PM

Row-major / column-major mismatch needs more work