Currently, only ranked tensor args and results can be converted to memref types.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D83324
[mlir] Support unranked types in func signature conversion in BufferPlacement. ClosedPublic Authored by pifon2a on Jul 7 2020, 10:02 AM.
Details Summary Currently, only ranked tensor args and results can be converted to memref types.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 7 2020, 10:40 AM Closed by commit rG1a2ed71a8a81: [mlir] Support unranked types in func signature conversion in BufferPlacement. (authored by pifon2a). · Explain WhyJul 7 2020, 10:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 276138 mlir/lib/Transforms/BufferPlacement.cpp
mlir/test/Transforms/buffer-placement-preparation-allowed-memref-results.mlir
mlir/test/Transforms/buffer-placement-preparation.mlir
|
Would isa<BaseMemRefType> work?