This is an archive of the discontinued LLVM Phabricator instance.

[Verifier] Verify sizes of matrix.multiply operands and specified shape.
ClosedPublic

Authored by fhahn on Apr 3 2023, 1:27 PM.

Details

Summary

Extend the verifier to check if the size of the matrix operands of
matrix.multiply match the sizes specified by the numeric arguments.

Diff Detail

Event Timeline

fhahn created this revision.Apr 3 2023, 1:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2023, 1:27 PM
fhahn requested review of this revision.Apr 3 2023, 1:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2023, 1:27 PM
thegameg accepted this revision.Apr 3 2023, 1:35 PM

LGTM

This revision is now accepted and ready to land.Apr 3 2023, 1:35 PM
This revision was landed with ongoing or failed builds.Apr 4 2023, 12:52 PM
This revision was automatically updated to reflect the committed changes.