[all-commits] [llvm/llvm-project] 61a4b2: [mlir][linalg] Fix tiling interface implementation...
Guray Ozen via All-commits
all-commits at lists.llvm.org
Fri Sep 9 08:32:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61a4b228f544d06dbb53437bc0e4184699b6304d
https://github.com/llvm/llvm-project/commit/61a4b228f544d06dbb53437bc0e4184699b6304d
Author: Guray Ozen <guray.ozen at gmail.com>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
M mlir/test/Dialect/Linalg/tile-to-foreach-thread.mlir
Log Message:
-----------
[mlir][linalg] Fix tiling interface implementation ordering of parallel_insert_slice
The tiling interface generates the order of parallel_insert_slice incorrectly when there are multiple destionation operands. This revision fixes that and adds a test for it. It depends on D132937
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D133204
More information about the All-commits
mailing list