Supported ops are "memref.alloc" and "memref.alloca".
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D155282
[mlir][linalg] BufferizeToAllocationOp: Add option to specify custom alloc op ClosedPublic Authored by springerm on Jul 14 2023, 2:58 AM.
Details Summary Supported ops are "memref.alloc" and "memref.alloca".
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 14 2023, 3:02 AM Closed by commit rG1a5aa77f3073: [mlir][linalg] BufferizeToAllocationOp: Add option to specify custom alloc op (authored by springerm). · Explain WhyJul 14 2023, 4:40 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 540360 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
|