This function must be implemented for all ops, where the result memref type is different from the input memref type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D134331
[mlir][tensor][bufferize] Implement getBufferType for Expand/CollapseShapeOp ClosedPublic Authored by springerm on Sep 20 2022, 7:21 PM.
Details Summary This function must be implemented for all ops, where the result memref type is different from the input memref type.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 20 2022, 11:19 PM This revision was landed with ongoing or failed builds.Sep 21 2022, 2:32 AM Closed by commit rG04ff6009fcaf: [mlir][tensor][bufferize] Implement getBufferType for Expand/CollapseShapeOp (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 461826 mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp
mlir/test/Dialect/SCF/one-shot-bufferize.mlir
|