Add an additional result handle to the op. This new handle is mapped to the newly allocated buffer.
Depends On: D153853
Paths
| Differential D153514
[mlir][linalg] BufferizeToAllocationOp: Return handle to buffer ClosedPublic Authored by springerm on Jun 22 2023, 3:09 AM.
Details Summary Add an additional result handle to the op. This new handle is mapped to the newly allocated buffer. Depends On: D153853
Diff Detail
Event Timelinespringerm added a child revision: D153552: [mlir][bufferization] Add bufferization.copy_tensor op.Jun 22 2023, 7:46 AM springerm added a parent revision: D153512: [mlir][linalg][NFC] Move padding transformation to separate file. springerm edited parent revisions, added: D153853: [mlir][linalg][NFC] Cleanup padding transform; removed: D153512: [mlir][linalg][NFC] Move padding transformation to separate file. This revision is now accepted and ready to land.Jun 27 2023, 5:41 AM This revision was landed with ongoing or failed builds.Jun 27 2023, 5:56 AM Closed by commit rG03301be0baf7: [mlir][linalg] BufferizeToAllocationOp: Return handle to buffer (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 533523 mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
mlir/lib/Dialect/Linalg/Transforms/ConvertToDestinationStyle.cpp
mlir/test/Dialect/Linalg/transform-op-bufferize-to-allocation.mlir
|