Add a new option that allows users to specify a memcpy op: "memref.tensor_store", "memref.copy" or "linalg.copy".
Depends On: D154967
Paths
| Differential D154968
[mlir][linalg] BufferizeToAllocation: Add custom memcpy op ClosedPublic Authored by springerm on Jul 11 2023, 7:10 AM.
Details Summary Add a new option that allows users to specify a memcpy op: "memref.tensor_store", "memref.copy" or "linalg.copy". Depends On: D154967
Diff Detail
Event Timelinespringerm added a parent revision: D154967: [mlir][bufferization] Add read_only attribute to ToMemrefOp.Jul 11 2023, 7:10 AM This revision is now accepted and ready to land.Jul 11 2023, 7:16 AM This revision was landed with ongoing or failed builds.Jul 11 2023, 7:48 AM Closed by commit rG579bca12652a: [mlir][linalg] BufferizeToAllocation: Add custom memcpy op (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 539101 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
|