This is a first step to move (Tensor)Expand/CollapseShapeOp to tensor/memref
dialects.
https://llvm.discourse.group/t/rfc-reshape-ops-restructuring/3310/6
Paths
| Differential D105547
[mlir] Move common reshapeops-related code to ReshapeOpsUtils.h. ClosedPublic Authored by pifon2a on Jul 7 2021, 4:46 AM.
Details Summary This is a first step to move (Tensor)Expand/CollapseShapeOp to tensor/memref https://llvm.discourse.group/t/rfc-reshape-ops-restructuring/3310/6
Diff Detail
Event TimelineHerald added subscribers: armkevincheng, jsmolens, eric-k256 and 21 others. · View Herald Transcript This revision is now accepted and ready to land.Jul 7 2021, 5:46 AM This revision was landed with ongoing or failed builds.Jul 7 2021, 5:56 AM Closed by commit rG6412a13539ab: [mlir] Move common reshapeops-related code to ReshapeOpsUtils.h. (authored by pifon2a). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 356929 mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
mlir/include/mlir/Dialect/Utils/ReshapeOpsUtils.h
mlir/lib/Conversion/TosaToLinalg/CMakeLists.txt
mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
mlir/lib/Dialect/Utils/CMakeLists.txt
mlir/lib/Dialect/Utils/ReshapeOpsUtils.cpp
|