This is an archive of the discontinued LLVM Phabricator instance.

use heap memory for position buffer allocated for PackOp.
ClosedPublic

Authored by Peiming on Apr 20 2023, 10:42 AM.

Diff Detail

Event Timeline

Peiming created this revision.Apr 20 2023, 10:42 AM
Herald added a project: Restricted Project. · View Herald Transcript
Peiming requested review of this revision.Apr 20 2023, 10:42 AM
aartbik added inline comments.Apr 20 2023, 1:19 PM
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
1345–1346

this comment seems out of date now

1448

typo

1485

const

aartbik accepted this revision.Apr 20 2023, 1:19 PM
This revision is now accepted and ready to land.Apr 20 2023, 1:19 PM
Peiming updated this revision to Diff 515459.Apr 20 2023, 1:24 PM
Peiming marked 3 inline comments as done.

address comments.

This revision was landed with ongoing or failed builds.Apr 20 2023, 1:26 PM
This revision was automatically updated to reflect the committed changes.