[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
Thu Jul 21 10:33:43 PDT 2016


AndreyChurbanov added a comment.

Maybe I was not clear enough. The code works fine for multi package non-uniform if no hyperthreads available, but works incorrectly for multi package non-uniform with hyperthreads.  So the simplest fix would be disable balanced affinity for this case.

I haven't finished debugging no-HT case yet, I expect there should not be any problems, because the output of verbose affinity looks fine there.
Just tried to flag the found problem early...


Repository:
  rL LLVM

https://reviews.llvm.org/D22365





More information about the Openmp-commits mailing list