Quinn Dawkins 009c053e3f [mlir][linalg] Allow outer dims perm and untiled dims in pack/unpack generalization
Extends the pack/unpack generalization patterns to work for any packing
op with only full tiles. This produces a combination of rank-reduced
insert/extract slice ops paired with a transpose on the reduced shape,
similar to what the pattern currently produces for fully tiled
pack/unpacks. Note that only the outer dims are rank-reduced in this
pattern, leaving the shape of the inner tile intact.

Differential Revision: https://reviews.llvm.org/D147555
2023-05-02 12:26:45 -04:00
..
2023-05-01 23:16:34 -07:00
2023-05-01 23:16:34 -07:00

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.