This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Matrix: support matrix-vector multiplication
ClosedPublic

Authored by arjunp on Jan 28 2022, 8:11 AM.

Details

Summary

This just moves in the implementation from LinearTransform.

Diff Detail

Event Timeline

arjunp created this revision.Jan 28 2022, 8:11 AM
arjunp requested review of this revision.Jan 28 2022, 8:11 AM
This revision is now accepted and ready to land.Jan 28 2022, 3:53 PM
bondhugula accepted this revision.Jan 28 2022, 5:15 PM
bondhugula added a subscriber: bondhugula.
bondhugula added inline comments.
mlir/include/mlir/Analysis/Presburger/Matrix.h
120–125

Triple ///.

arjunp updated this revision to Diff 405211.Feb 2 2022, 4:10 AM

Address Uday's comment

This revision was landed with ongoing or failed builds.Feb 2 2022, 4:11 AM
This revision was automatically updated to reflect the committed changes.