[all-commits] [llvm/llvm-project] 7c16f9: [mlir][linalg] Remove template parameter from loop...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Mon May 17 02:32:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c16f93c44caa341404ff78a14eba163cd243e5e
https://github.com/llvm/llvm-project/commit/7c16f93c44caa341404ff78a14eba163cd243e5e
Author: Tobias Gysi <gysit at google.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/Loops.cpp
Log Message:
-----------
[mlir][linalg] Remove template parameter from loop lowering.
Replace the templated linalgLowerOpToLoops method by three specialized methods linalgOpToLoops, LinalgOpToParallelLoops, and linalgOpToAffineLoops.
Differential Revision: https://reviews.llvm.org/D102324
More information about the All-commits
mailing list