This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Add optional size_hint operand to bufferization.alloc_tensor.
ClosedPublic

Authored by bixia on Nov 7 2022, 1:47 PM.

Diff Detail

Event Timeline

bixia created this revision.Nov 7 2022, 1:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 7 2022, 1:47 PM
bixia requested review of this revision.Nov 7 2022, 1:47 PM
aartbik accepted this revision.Nov 9 2022, 1:35 PM
aartbik added a reviewer: springerm.
aartbik added inline comments.
mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td
57

not defined -> undefined

This revision is now accepted and ready to land.Nov 9 2022, 1:35 PM
bixia updated this revision to Diff 474378.Nov 9 2022, 3:22 PM
bixia marked an inline comment as done.

Fix the document.