This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Add push_back op to support code generation.
ClosedPublic

Authored by bixia on Sep 16 2022, 12:12 PM.

Diff Detail

Event Timeline

bixia created this revision.Sep 16 2022, 12:12 PM
Herald added a project: Restricted Project. · View Herald Transcript
bixia requested review of this revision.Sep 16 2022, 12:12 PM
aartbik accepted this revision.Sep 16 2022, 3:40 PM

Nice!

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

is recorded (ed missing)

This revision is now accepted and ready to land.Sep 16 2022, 3:40 PM
bixia updated this revision to Diff 461128.Sep 18 2022, 8:56 PM
bixia marked an inline comment as done.

Fix comment to address review feedback.

This revision was automatically updated to reflect the committed changes.