This is an archive of the discontinued LLVM Phabricator instance.

[Libomptarget] Add unroll flag to shared variables loop
ClosedPublic

Authored by jhuber6 on Jul 23 2021, 11:51 AM.

Details

Summary

Unrolling this loop provides better performance in practice because it is
executed on the device and is likely to be very small.

Diff Detail

Event Timeline

jhuber6 requested review of this revision.Jul 23 2021, 11:51 AM
jhuber6 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2021, 11:51 AM
This revision is now accepted and ready to land.Jul 23 2021, 11:58 AM
This revision was automatically updated to reflect the committed changes.