This is an archive of the discontinued LLVM Phabricator instance.

[Matrix] Convert binop operand of dot product to a row vector.
ClosedPublic

Authored by fhahn on Apr 15 2023, 7:07 AM.

Details

Summary

The dot product lowering will use the left operand as row vector.
If the operand is a binary op, convert it to operate on a row vector
instead of a column vector.

Depends on D148428.

Diff Detail

Event Timeline

fhahn created this revision.Apr 15 2023, 7:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2023, 7:07 AM
fhahn requested review of this revision.Apr 15 2023, 7:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2023, 7:07 AM
This revision is now accepted and ready to land.May 10 2023, 11:34 AM
This revision was landed with ongoing or failed builds.Jun 7 2023, 12:45 PM
This revision was automatically updated to reflect the committed changes.