This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] replace experimental flag with inplace attribute
ClosedPublic

Authored by aartbik on May 14 2021, 3:04 PM.

Details

Summary

The experimental flag for "inplace" bufferization in the sparse
compiler can be replaced with the new inplace attribute. This gives
a uniform way of expressing the more efficient way of bufferization.

Diff Detail

Event Timeline

aartbik created this revision.May 14 2021, 3:04 PM
aartbik requested review of this revision.May 14 2021, 3:04 PM
bixia accepted this revision.May 14 2021, 8:03 PM
This revision is now accepted and ready to land.May 14 2021, 8:03 PM