This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Plumb missing paramter to gpu transform op
ClosedPublic

Authored by ThomasRaoux on Sep 22 2022, 4:05 PM.

Details

Summary

rewriteMapNestedForeachThreadToGpuThreads was dropping the parameter to
skip inserting barrier

Diff Detail

Event Timeline

ThomasRaoux created this revision.Sep 22 2022, 4:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 22 2022, 4:05 PM
ThomasRaoux requested review of this revision.Sep 22 2022, 4:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 22 2022, 4:05 PM
guraypp accepted this revision.Sep 23 2022, 12:53 AM

It makes a lot of sense that this is optional. Thanks for adding this.

This revision is now accepted and ready to land.Sep 23 2022, 12:53 AM
This revision was automatically updated to reflect the committed changes.