This is an archive of the discontinued LLVM Phabricator instance.

Fix bug in affinity binding during team allocation.
ClosedPublic

Authored by jlpeyton on Jul 13 2015, 1:35 PM.

Details

Reviewers
hfinkel
Summary

One line addition which re-binds threads to places (__kmp_partition_places()) in case the hot team size is reduced via omp_set_num_threads().

Diff Detail

Repository
rL LLVM

Event Timeline

jlpeyton updated this revision to Diff 29601.Jul 13 2015, 1:35 PM
jlpeyton retitled this revision from to Fix bug in affinity binding during team allocation..
jlpeyton updated this object.
jlpeyton added a reviewer: hfinkel.
jlpeyton set the repository for this revision to rL LLVM.
hfinkel accepted this revision.Aug 15 2015, 8:14 PM
hfinkel edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Aug 15 2015, 8:14 PM