This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] make UnpackOp return the actual filled length of unpacked memory
ClosedPublic

Authored by Peiming on Jun 30 2023, 11:32 AM.

Details

Summary

This might simplify frontend implementation by avoiding recomputation for the same value.

Diff Detail

Event Timeline

Peiming created this revision.Jun 30 2023, 11:32 AM
Herald added a project: Restricted Project. · View Herald Transcript
Peiming requested review of this revision.Jun 30 2023, 11:32 AM
aartbik accepted this revision.Jun 30 2023, 1:58 PM
This revision is now accepted and ready to land.Jun 30 2023, 1:58 PM