[Openmp-commits] [PATCH] D22365: Make balanced affinity work on AArch64 (and possibly other architectures too)

Paul Osmialowski via Openmp-commits openmp-commits at lists.llvm.org
Mon Jul 25 03:00:47 PDT 2016


pawosm01 updated this revision to Diff 65319.
pawosm01 added a comment.

I prepared and made use of three helper functions to make dealing with any case of non-uniform arrangement easier. I did not touch uniform topology code as it does not seem to be affected by existence of package layer: for HT case there are always the two deepest levels in play anyway. I wonder if we need this uniform - non-uniform distinction at all, uniform topology is just a special case of non-uniform topology and my new approach is capable to deal with both.


Repository:
  rL LLVM

https://reviews.llvm.org/D22365

Files:
  runtime/src/kmp_affinity.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22365.65319.patch
Type: text/x-patch
Size: 12095 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20160725/559500b6/attachment.bin>


More information about the Openmp-commits mailing list