This is an archive of the discontinued LLVM Phabricator instance.

[mlir] stopgap for incorrect vector.contract lowering
ClosedPublic

Authored by ftynse on Oct 17 2022, 6:49 AM.

Details

Summary

vector.contract is being lowered to the default mul/add contraction
regardless if of the kind indicated. Stop the lowering completely in
this case until the correct one can be implemented.

Diff Detail

Event Timeline

ftynse created this revision.Oct 17 2022, 6:49 AM
ftynse requested review of this revision.Oct 17 2022, 6:49 AM
Herald added a project: Restricted Project. · View Herald Transcript
springerm accepted this revision.Oct 17 2022, 6:54 AM
This revision is now accepted and ready to land.Oct 17 2022, 6:54 AM
ThomasRaoux accepted this revision.Oct 17 2022, 7:24 AM

Thanks Alex

This revision was automatically updated to reflect the committed changes.