[Openmp-commits] [PATCH] D22365: Make balanced affinity work on AArch64 (and possibly other architectures too)
Andrey Churbanov via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jul 29 10:32:15 PDT 2016
AndreyChurbanov accepted this revision.
AndreyChurbanov added a comment.
This revision is now accepted and ready to land.
LGTM
The code may still degrade to affinity none in some exotic cases of non-uniform topology (when address2os array has info on cores with hyperthreads numbered not from 0), but the value of code is much bigger than the need to support balanced affinity for such cases.
Repository:
rL LLVM
https://reviews.llvm.org/D22365
More information about the Openmp-commits
mailing list