[Openmp-commits] [PATCH] D21300: Mask processing improvements

Terry Wilmarth via Openmp-commits openmp-commits at lists.llvm.org
Mon Jun 13 11:01:53 PDT 2016


tlwilmar created this revision.
tlwilmar added reviewers: AndreyChurbanov, jlpeyton.
tlwilmar added a subscriber: openmp-commits.
tlwilmar set the repository for this revision to rL LLVM.

Remove static specifier from var fullMask and remove kmp_get_fullMask() routine.
When iterating through procs in a mask, always check if proc is in fullMask (this check was missing in a few places).

Patch by Brian Bliss.


Repository:
  rL LLVM

http://reviews.llvm.org/D21300

Files:
  runtime/src/kmp.h
  runtime/src/kmp_affinity.cpp
  runtime/src/kmp_ftn_entry.h
  runtime/src/kmp_runtime.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21300.60561.patch
Type: text/x-patch
Size: 5884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20160613/1d6194d4/attachment-0001.bin>


More information about the Openmp-commits mailing list