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.
Paths
| Differential D137891
[mlir][transform] Make `tile_to_foreach_thread_op` builder to use ArrayAttr ClosedPublic Authored by guraypp on Nov 12 2022, 4:02 AM.
Details Summary 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.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 12 2022, 5:26 AM Closed by commit rGd93be483eaf5: [mlir][transform] Make `tile_to_foreach_thread_op` builder to use ArrayAttr (authored by guraypp). · Explain WhyNov 12 2022, 10:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 474948 mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
|