[all-commits] [llvm/llvm-project] d93be4: [mlir][transform] Make `tile_to_foreach_thread_op`...
Guray Ozen via All-commits
all-commits at lists.llvm.org
Sat Nov 12 10:27:39 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d93be483eaf5e22f4192325f9357821cbd2e934e
https://github.com/llvm/llvm-project/commit/d93be483eaf5e22f4192325f9357821cbd2e934e
Author: Guray Ozen <guray.ozen at gmail.com>
Date: 2022-11-12 (Sat, 12 Nov 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
Log Message:
-----------
[mlir][transform] Make `tile_to_foreach_thread_op` builder to use ArrayAttr
D137413 clarified `scf_foreach_thread` thread mapping nicely. `tile_to_foreach_thread_op` is one of the op that generates `scf_foreach_thread`, however, its builders are still having integer array.
This is bug fix of potential problem.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D137891
More information about the All-commits
mailing list