Fold a tensor_cast -> dim to take the dim of the original tensor.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D93492
[mlir] Add canonicalization from `tensor_cast` to `dim` op. ClosedPublic Authored by mravishankar on Dec 17 2020, 2:34 PM.
Details Summary Fold a tensor_cast -> dim to take the dim of the original tensor.
Diff Detail
Event TimelineHerald added subscribers: teijeong, rdzhabarov, tatianashp and 14 others. · View Herald TranscriptDec 17 2020, 2:34 PM This revision is now accepted and ready to land.Dec 17 2020, 2:40 PM Comment Actions
I dont see where the tag is. Comment Actions
You have [mlir][Linalg] in the title of the commit. mravishankar retitled this revision from [mlir][Linalg] Add canonicalization from `tensor_cast` to `dim` op. to [mlir] Add canonicalization from `tensor_cast` to `dim` op..Dec 17 2020, 2:43 PM Comment Actions
:D Done. This revision was landed with ongoing or failed builds.Dec 17 2020, 2:49 PM Closed by commit rGde031216bf17: [mlir] Add canonicalization from `tensor_cast` to `dim` op. (authored by mravishankar). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 312622 mlir/lib/Dialect/StandardOps/IR/Ops.cpp
mlir/test/Dialect/Standard/canonicalize.mlir
|