We would exit early and miss this case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D114711
[mlir] Handle an edge case when folding reshapes with multiple trailing 1 dimensions ClosedPublic Authored by bkramer on Nov 29 2021, 7:55 AM.
Details Summary We would exit early and miss this case.
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 21 others. · View Herald TranscriptNov 29 2021, 7:55 AM This revision is now accepted and ready to land.Nov 29 2021, 9:27 AM Closed by commit rG8d474f1d1575: [mlir] Handle an edge case when folding reshapes with multiple trailing 1… (authored by bkramer). · Explain WhyNov 29 2021, 9:32 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 390367 mlir/lib/Dialect/Utils/ReshapeOpsUtils.cpp
mlir/test/Dialect/Linalg/canonicalize.mlir
|