[all-commits] [llvm/llvm-project] baecae: [Linalg] Add tiling of Linalg to parallel loops.
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Tue Feb 4 05:51:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: baecae838debc4087319f798f9bc84af1f40ffc8
https://github.com/llvm/llvm-project/commit/baecae838debc4087319f798f9bc84af1f40ffc8
Author: Alexander Belyaev <pifon at google.com>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Passes.h
M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
A mlir/test/Dialect/Linalg/tile_parallel.mlir
Log Message:
-----------
[Linalg] Add tiling of Linalg to parallel loops.
Differential Revision: https://reviews.llvm.org/D73955
More information about the All-commits
mailing list