[all-commits] [llvm/llvm-project] 416ba2: [mlir][linalg][transform] Support dynamic tile siz...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Aug 22 07:52:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 416ba2256d2310abbfc185d1bce53715cf29092f
https://github.com/llvm/llvm-project/commit/416ba2256d2310abbfc185d1bce53715cf29092f
Author: Matthias Springer <springerm at google.com>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/test/Dialect/Linalg/tile-to-foreach-thread.mlir
Log Message:
-----------
[mlir][linalg][transform] Support dynamic tile sizes in TileToForeachThreadOp
TileToForeachThreadOp now accepts mixed SSA value operands / index attributes for tile_sizes and num_threads. (Reusing OperandsOrIntegersSizesList.) In case of an operand, a PDL_Operation must be specified that is mapped to a payload op that returns the tile size or number of threads.
Differential Revision: https://reviews.llvm.org/D131949
More information about the All-commits
mailing list