A reshape aliases its input memref, so it acts like a view.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D83773
Make linalg::ReshapeOp implement ViewLikeOpInterface ClosedPublic Authored by herhut on Jul 14 2020, 7:25 AM.
Details Summary A reshape aliases its input memref, so it acts like a view.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 15 2020, 12:21 AM Closed by commit rG1919c8bfe837: Make linalg::ReshapeOp implement ViewLikeOpInterface (authored by herhut). · Explain WhyJul 15 2020, 12:24 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 277827 mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
|