This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] implement bufferizableOpInterface for sparse_tensor.pack operation
ClosedPublic

Authored by Peiming on Feb 3 2023, 9:31 AM.

Diff Detail

Event Timeline

Peiming created this revision.Feb 3 2023, 9:31 AM
Herald added a project: Restricted Project. · View Herald Transcript
Peiming requested review of this revision.Feb 3 2023, 9:31 AM
aartbik accepted this revision.Feb 3 2023, 10:51 AM
This revision is now accepted and ready to land.Feb 3 2023, 10:51 AM
Peiming updated this revision to Diff 494723.Feb 3 2023, 1:44 PM

only allow COO as output for packOp.