This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

guraypp created this revision.Nov 12 2022, 4:02 AM
guraypp requested review of this revision.Nov 12 2022, 4:02 AM
nicolasvasilache accepted this revision.Nov 12 2022, 5:26 AM
This revision is now accepted and ready to land.Nov 12 2022, 5:26 AM