[all-commits] [llvm/llvm-project] 06ca5c: [mlir][Linalg] Apply fixes to TileReductionUsingFo...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Fri Dec 9 07:51:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06ca5c81a4d88d9c33018d5a33e38c449109e5d6
https://github.com/llvm/llvm-project/commit/06ca5c81a4d88d9c33018d5a33e38c449109e5d6
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2022-12-09 (Fri, 09 Dec 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
M mlir/test/Dialect/Linalg/transform-tile-reduction.mlir
Log Message:
-----------
[mlir][Linalg] Apply fixes to TileReductionUsingForeachThreadOp
In the process, numerous insertion point issues were found and fixed.
RAII on insertion points is now used more dilligently.
Differential Revision: https://reviews.llvm.org/D139714
More information about the All-commits
mailing list