This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] move tensor expression builder into Merger utility
ClosedPublic

Authored by aartbik on Jun 30 2021, 11:36 AM.

Details

Summary

Rationale:
Follow-up on migrating lattice and tensor expression related methods into the new utility.
This also prepares the next step of generalizing the op kinds that are handled.

Diff Detail

Event Timeline

aartbik created this revision.Jun 30 2021, 11:36 AM
aartbik requested review of this revision.Jun 30 2021, 11:36 AM
aartbik updated this revision to Diff 355692.Jun 30 2021, 2:41 PM

fixed lint issue

gussmith23 accepted this revision.Jul 1 2021, 9:23 AM
This revision is now accepted and ready to land.Jul 1 2021, 9:23 AM