[Openmp-commits] [PATCH] D13353: OpenMP Wait/release improvements.

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Thu Oct 1 10:29:06 PDT 2015


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

These changes improve the wait/release mechanism for threads spinning in barriers that are handling tasks while spinnin by providing feedback to the barriers about any task stealing that occurs.

Repository:
  rL LLVM

http://reviews.llvm.org/D13353

Files:
  runtime/src/kmp_barrier.cpp
  runtime/src/kmp_os.h
  runtime/src/kmp_runtime.c
  runtime/src/kmp_tasking.c
  runtime/src/kmp_wait_release.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13353.36250.patch
Type: text/x-patch
Size: 11397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20151001/c36b4a47/attachment.bin>


More information about the Openmp-commits mailing list