[all-commits] [llvm/llvm-project] 5ccac0: [mlir][Linalg] Modify callback for getting id/npro...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Tue Aug 18 14:05:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5ccac05d433cf8a46683acb5293fb43280d0f2ed
https://github.com/llvm/llvm-project/commit/5ccac05d433cf8a46683acb5293fb43280d0f2ed
Author: MaheshRavishankar <ravishankarm at google.com>
Date: 2020-08-18 (Tue, 18 Aug 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
M mlir/test/Dialect/Linalg/tile-and-distribute.mlir
M mlir/test/lib/Transforms/TestLinalgTransforms.cpp
Log Message:
-----------
[mlir][Linalg] Modify callback for getting id/nprocs in
LinalgDistribution options to allow more general distributions.
Changing the signature of the callback to send in the ranges for all
the parallel loops and expect a vector with the Value to use for the
processor-id and number-of-processors for each of the parallel loops.
Differential Revision: https://reviews.llvm.org/D86095
More information about the All-commits
mailing list