This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Add operator sparse_tensor.indices_buffer.
ClosedPublic

Authored by bixia on Dec 29 2022, 11:41 AM.

Diff Detail

Event Timeline

bixia created this revision.Dec 29 2022, 11:41 AM
Herald added a project: Restricted Project. · View Herald Transcript
bixia requested review of this revision.Dec 29 2022, 11:41 AM
aartbik accepted this revision.Dec 29 2022, 12:25 PM
aartbik added inline comments.
mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
162

maybe say a bit more on "linear indices", i.e perhaps even given an example of a_31 and a_47 returns 3,1,4,7 or something like that

This revision is now accepted and ready to land.Dec 29 2022, 12:25 PM
bixia updated this revision to Diff 485648.Dec 29 2022, 3:21 PM
bixia marked an inline comment as done.

Add description for linear buffer.

bixia updated this revision to Diff 486083.Jan 3 2023, 2:11 PM

Replace "tailing" with "trailing".

bixia updated this revision to Diff 486292.Jan 4 2023, 7:44 AM

Rebase.

bixia updated this revision to Diff 486441.Jan 4 2023, 6:22 PM

Rebase.

This revision was automatically updated to reflect the committed changes.