MMatthias Springer[mlir][tensor][bufferize] Fix deallocation of GenerateOp/FromElementsOp
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Revert "Revert "[mlir] Move AllocationOpInterface to Bufferize/IR/AllocationOpInterface.td."" This reverts and fixes commit de18b7dee6a81e5e790c8e8060065b1ef72d13ed. | 4 年前 | |
[mlir][tensor][bufferize] Fix deallocation of GenerateOp/FromElementsOp Both ops allocate a buffer. There were cases in which the buffer was not deallocated. Differential Revision: https://reviews.llvm.org/D130469 | 3 年前 | |
[mlir][bufferization][NFC] Make escape a dialect attribute All bufferizable ops that bufferize to an allocation receive a bufferization.escape attribute during TensorCopyInsertion. Differential Revision: https://reviews.llvm.org/D128137 | 3 年前 | |
[mlir][tensor][bufferize] Fix deallocation of GenerateOp/FromElementsOp Both ops allocate a buffer. There were cases in which the buffer was not deallocated. Differential Revision: https://reviews.llvm.org/D130469 | 3 年前 | |
[mlir][bufferization][sparse] put restriction on sparse tensor allocation Putting some direct use restrictions on tensor allocations in the sparse case enables the use of simplifying assumptions in the bufferization analysis. Reviewed By: springerm Differential Revision: https://reviews.llvm.org/D128463 | 3 年前 |