This unit attribute indicates to the bufferization that the resulting buffer will not be written to by another op.
Depends On: D154966
Paths
| Differential D154967
[mlir][bufferization] Add read_only attribute to ToMemrefOp ClosedPublic Authored by springerm on Jul 11 2023, 7:09 AM.
Details Summary This unit attribute indicates to the bufferization that the resulting buffer will not be written to by another op. Depends On: D154966
Diff Detail
Event Timelinespringerm added a parent revision: D154966: [mlir][linalg] Return newly created ops from bufferize_to_allocation.Jul 11 2023, 7:09 AM This revision is now accepted and ready to land.Jul 11 2023, 7:10 AM springerm added a child revision: D154968: [mlir][linalg] BufferizeToAllocation: Add custom memcpy op.Jul 11 2023, 7:10 AM This revision was landed with ongoing or failed builds.Jul 11 2023, 7:41 AM Closed by commit rG8e72fbd616cc: [mlir][bufferization] Add read_only attribute to ToMemrefOp (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 539080 mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td
mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-analysis.mlir
|