tensorflow / mlir

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

[Linalg] Add permutation information to tiling #288

Closed tetuante closed 4 years ago

tetuante commented 4 years ago

This patch closes issue #271. It adds an optional permutation map to declarative tiling transformations. The map is expressed as a list of integers.

Change-Id: I4af69f359f0e55399fa8f107526dfea26977bcad

ftynse commented 4 years ago

Please run clang-format on the patch (https://github.com/tensorflow/mlir/blob/master/g3doc/DeveloperGuide.md#style-guide)