[Openmp-commits] [PATCH] D29227: Enable yield cycle on Linux

Hansang Bae via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jan 27 12:28:48 PST 2017


hbae created this revision.

This change allows the runtime to turn __kmp_yield() on/off repeatedly on Linux.
This feature was removed when disabling monitor thread, but there are applications that perform better with this feature on.


Repository:
  rL LLVM

https://reviews.llvm.org/D29227

Files:
  runtime/src/kmp.h
  runtime/src/kmp_global.cpp
  runtime/src/kmp_settings.cpp
  runtime/src/z_Linux_util.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29227.86094.patch
Type: text/x-patch
Size: 4417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20170127/719b19bb/attachment.bin>


More information about the Openmp-commits mailing list