[all-commits] [llvm/llvm-project] 2190f8: [mlir][linalg] Support tile+peel with TiledLoopOp
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Sep 23 18:27:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2190f8a8b1e01b7bc7429eb490f3001a23f27df1
https://github.com/llvm/llvm-project/commit/2190f8a8b1e01b7bc7429eb490f3001a23f27df1
Author: Matthias Springer <springerm at google.com>
Date: 2021-09-24 (Fri, 24 Sep 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
M mlir/test/Dialect/Linalg/tile-and-peel-tensors.mlir
M mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp
Log Message:
-----------
[mlir][linalg] Support tile+peel with TiledLoopOp
Only scf.for was supported until now.
Differential Revision: https://reviews.llvm.org/D110220
More information about the All-commits
mailing list