[all-commits] [llvm/llvm-project] a1cd55: [mlir][Linalg] Properly use distribution options.
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Fri Dec 4 06:05:46 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a1cd559ce500d18eb15750ac776e7e73b3819832
https://github.com/llvm/llvm-project/commit/a1cd559ce500d18eb15750ac776e7e73b3819832
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2020-12-04 (Fri, 04 Dec 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
M mlir/test/lib/Transforms/TestLinalgTransforms.cpp
Log Message:
-----------
[mlir][Linalg] Properly use distribution options.
Let tiling to scf.for actually use the distribution method.
For now only Cyclic is supported.
Differential Revision: https://reviews.llvm.org/D92653
More information about the All-commits
mailing list