This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Tighter StructuredOp Verification.
ClosedPublic

Authored by gysit on Jul 5 2021, 5:04 AM.

Details

Summary

Verify the number of results matches exactly the number of output tensors. Simplify the FillOp verification since part of it got redundant.

Diff Detail

Event Timeline

gysit created this revision.Jul 5 2021, 5:04 AM
gysit requested review of this revision.Jul 5 2021, 5:04 AM
gysit updated this revision to Diff 356485.Jul 5 2021, 5:17 AM

Remove additional TODO.

nicolasvasilache accepted this revision.Jul 7 2021, 1:34 PM
This revision is now accepted and ready to land.Jul 7 2021, 1:34 PM
gysit updated this revision to Diff 357138.Jul 7 2021, 11:23 PM

Rebase.

This revision was landed with ongoing or failed builds.Jul 7 2021, 11:54 PM
This revision was automatically updated to reflect the committed changes.