This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Refactor the conversion of the tensor reshape operators.
ClosedPublic

Authored by bixia on Oct 3 2022, 7:01 AM.

Details

Summary

Move genReshapeDstShape to codegen utils to support the rewriting of the tensor
reshape operators for the codegen path.

Diff Detail

Event Timeline

bixia created this revision.Oct 3 2022, 7:01 AM
Herald added a project: Restricted Project. · View Herald Transcript
bixia requested review of this revision.Oct 3 2022, 7:01 AM
bixia updated this revision to Diff 464679.Oct 3 2022, 7:19 AM

Fix a comment.

aartbik accepted this revision.Oct 3 2022, 9:52 AM
This revision is now accepted and ready to land.Oct 3 2022, 9:52 AM