Now that we have an AllocTensorOp (previously InitTensorOp) in the bufferization dialect, the InitOp in the sparse dialect is no longer needed.
Depends On D126179
Differential D126180
[mlir][sparse][NFC] Switch InitOp to bufferization::AllocTensorOp springerm on May 22 2022, 5:14 PM. Authored by
Details Now that we have an AllocTensorOp (previously InitTensorOp) in the bufferization dialect, the InitOp in the sparse dialect is no longer needed. Depends On D126179
Diff Detail
Event TimelineComment Actions I really like the direction this is going in, so we have one centralized mechanism to reason on allocation (and deallocation) of the buffers for tensors!
Comment Actions I really like the unification, since the original separation felt artificial! Once this goes in, you will probably give a heads up to some of the other projects that depend on this, but outside this source tree.
|