This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Limit number of dispatch buffers
ClosedPublic

Authored by jlpeyton on Feb 15 2021, 9:50 PM.

Details

Summary

This patch limits the number of dispatch buffers (used for loop worksharing construct) to between 1 and 4096.

Diff Detail

Event Timeline

jlpeyton created this revision.Feb 15 2021, 9:50 PM
jlpeyton requested review of this revision.Feb 15 2021, 9:50 PM
hbae accepted this revision.Feb 22 2021, 8:21 AM

LGTM

This revision is now accepted and ready to land.Feb 22 2021, 8:21 AM
This revision was landed with ongoing or failed builds.Feb 22 2021, 11:14 AM
This revision was automatically updated to reflect the committed changes.