[all-commits] [llvm/llvm-project] 52ffc7: [mlir][tiling] Relax tiling to accept generating m...
Han-Chung Wang via All-commits
all-commits at lists.llvm.org
Fri Nov 4 13:59:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52ffc728181bc2d3c889f7f80c252c3433b9e7b6
https://github.com/llvm/llvm-project/commit/52ffc728181bc2d3c889f7f80c252c3433b9e7b6
Author: Hanhan Wang <hanchung at google.com>
Date: 2022-11-04 (Fri, 04 Nov 2022)
Changed paths:
M mlir/include/mlir/Dialect/SCF/Transforms/TileUsingInterface.h
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp
M mlir/test/lib/Interfaces/TilingInterface/TestTilingInterface.cpp
Log Message:
-----------
[mlir][tiling] Relax tiling to accept generating multiple operations.
Some operations need to generate multiple operations when implementing
the tiling interface. Here is a sound example in IREE, see
https://github.com/iree-org/iree/pull/10905 for more details.
Reviewed By: mravishankar
Differential Revision: https://reviews.llvm.org/D137300
More information about the All-commits
mailing list