This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] accept sparse reshape (expand/collapse)
ClosedPublic

Authored by aartbik on Jun 21 2022, 4:48 PM.

Details

Summary

This revision makes sure we accept sparse tensors as arguments
of the expand/collapse reshaping operations in the tensor dialect.
Note that the actual lowering to runnable IR is still TBD.

Diff Detail

Event Timeline

aartbik created this revision.Jun 21 2022, 4:48 PM
aartbik requested review of this revision.Jun 21 2022, 4:48 PM
springerm accepted this revision.Jun 22 2022, 5:03 AM
This revision is now accepted and ready to land.Jun 22 2022, 5:03 AM
This revision was automatically updated to reflect the committed changes.