llvm-project/mlir/include
MaheshRavishankar 41d4120017 [mlir][Linalg] Allow distribution `scf.parallel` loops generated in
Linalg to processors.

This changes adds infrastructure to distribute the loops generated in
Linalg to processors at the time of generation. This addresses use
case where the instantiation of loop is done just to distribute
them. The option to distribute is added to TilingOptions for now and
will allow specifying the distribution as a transformation option,
just like tiling and promotion are specified as options.

Differential Revision: https://reviews.llvm.org/D85147
2020-08-10 14:52:17 -07:00
..
mlir [mlir][Linalg] Allow distribution `scf.parallel` loops generated in 2020-08-10 14:52:17 -07:00
mlir-c [mlir] Initial version of C APIs 2020-08-05 15:04:08 +02:00