This helps bufferization passes by removing tensor_cast operations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D96745
[mlir] Add canonicalization for tensor_cast + tensor_to_memref ClosedPublic Authored by ThomasRaoux on Feb 15 2021, 9:19 PM.
Details Summary This helps bufferization passes by removing tensor_cast operations.
Diff Detail
Event TimelineHerald added subscribers: teijeong, rdzhabarov, tatianashp and 14 others. · View Herald TranscriptFeb 15 2021, 9:19 PM This revision is now accepted and ready to land.Feb 15 2021, 10:45 PM This revision was landed with ongoing or failed builds.Feb 16 2021, 7:12 AM Closed by commit rG807e5467f3e1: [mlir] Add canonicalization for tensor_cast + tensor_to_memref (authored by ThomasRaoux). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 324006 mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
mlir/lib/Dialect/StandardOps/IR/Ops.cpp
mlir/test/Dialect/Standard/canonicalize.mlir
|