tensorflow / mlir

"Multi-Level Intermediate Representation" Compiler Infrastructure
1.73k stars 257 forks source link

[Linalg] Add permutation information to tiling #271

Closed nicolasvasilache closed 4 years ago

nicolasvasilache commented 4 years ago

Once #270 is landed, we can add an optional permutation map to declarative tiling transformations.

There is a C++ component and a Tablegen component to this PR.

nicolasvasilache commented 4 years ago

Done.