This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] extend pack operation to support packing a batched COO type
ClosedPublic

Authored by Peiming on Apr 18 2023, 3:33 PM.

Diff Detail

Event Timeline

Peiming created this revision.Apr 18 2023, 3:33 PM
Herald added a project: Restricted Project. · View Herald Transcript
Peiming requested review of this revision.Apr 18 2023, 3:33 PM
Peiming updated this revision to Diff 514771.Apr 18 2023, 3:47 PM

fix typos

Peiming updated this revision to Diff 514795.Apr 18 2023, 5:52 PM

fix bugs.

can you also
(1) add an invalid.mlir that is specific to batching
(2) add the roundtrip for batching to ops.mlir

mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
99

the operation (singular)

Peiming updated this revision to Diff 515167.Apr 19 2023, 6:07 PM

address comments.

Peiming marked an inline comment as done.Apr 19 2023, 6:08 PM
aartbik accepted this revision.Apr 19 2023, 6:20 PM
This revision is now accepted and ready to land.Apr 19 2023, 6:20 PM
This revision was landed with ongoing or failed builds.Apr 19 2023, 6:35 PM
This revision was automatically updated to reflect the committed changes.