[Openmp-commits] [PATCH] D101882: [OpenMP] Fix hidden helper + affinity assignment

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon May 10 14:31:54 PDT 2021


jlpeyton updated this revision to Diff 344202.
jlpeyton edited the summary of this revision.
jlpeyton added a comment.

With latest patch,

Added full mask assignment for hidden helper threads.

Took away the check for hidden helper enabled in the adjust_gtid function since the gtid needs to be adjusted regardless whether hidden helpers are enabled or not.

Removed hidden helpers from printing their thread affinity, unless it is a debug build, to help avoid confusion when using KMP_AFFINITY=verbose.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101882/new/

https://reviews.llvm.org/D101882

Files:
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_affinity.cpp
  openmp/runtime/src/kmp_runtime.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101882.344202.patch
Type: text/x-patch
Size: 5397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210510/b8c63ccf/attachment.bin>


More information about the Openmp-commits mailing list