Return all ops that were generated as part of the bufferization, so that user do not have to match them in the enclosing op.
Depends On: D154956
Paths
| Differential D154966
[mlir][linalg] Return newly created ops from bufferize_to_allocation ClosedPublic Authored by springerm on Jul 11 2023, 7:07 AM.
Details Summary Return all ops that were generated as part of the bufferization, so that user do not have to match them in the enclosing op. Depends On: D154956
Diff Detail
Event Timelinespringerm added a parent revision: D154956: [mlir][transform] Add transform.select op.Jul 11 2023, 7:08 AM This revision is now accepted and ready to land.Jul 11 2023, 7:08 AM springerm added a child revision: D154967: [mlir][bufferization] Add read_only attribute to ToMemrefOp.Jul 11 2023, 7:09 AM This revision was landed with ongoing or failed builds.Jul 11 2023, 7:34 AM Closed by commit rG8ddd98f83136: [mlir][linalg] Return newly created ops from bufferize_to_allocation (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 539094 mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
mlir/include/mlir/IR/PatternMatch.h
mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
mlir/test/Dialect/Linalg/pad-to-specific-memory-space.mlir
mlir/test/Dialect/Linalg/transform-op-bufferize-to-allocation.mlir
|