[Openmp-commits] [PATCH] D77609: [OpenMP][WIP] Added the support for unshackled task in RTL

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Oct 16 17:36:16 PDT 2020


tianshilei1992 added a comment.

In D77609#2336270 <https://reviews.llvm.org/D77609#2336270>, @ye-luo wrote:

> In D77609#2336223 <https://reviews.llvm.org/D77609#2336223>, @tianshilei1992 wrote:
>
>> Enabled unshackled thread by default
>
> What is the current supported way of turning off unshackled thread team with zero side effect?

Currently it can be disabled by setting `LIBOMP_USE_UNSHACKLED_TASK` to `OFF` at the CMake stage. It is also feasible to make it during runtime but that would bring in extra overhead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77609



More information about the Openmp-commits mailing list