Inferring the reshape reassociation indices for extract/insert slice
ops based on the read sizes of the original slicing op will generate
an invalid expand/collapse shape op for already rank-reduced
cases. Instead just infer from the shape of the slice.
Details
Details
- Reviewers
mravishankar springerm nicolasvasilache
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Linalg/Utils/Utils.cpp | ||
---|---|---|
1112 ↗ | (On Diff #510652) | I dont think this needs to change to int64_t. |