Create a runtime option to disable task throttling.
authorAndrey Churbanov <Andrey.Churbanov@intel.com>
Tue, 2 Jul 2019 15:10:20 +0000 (15:10 +0000)
committerAndrey Churbanov <Andrey.Churbanov@intel.com>
Tue, 2 Jul 2019 15:10:20 +0000 (15:10 +0000)
commita23806e67a2d65196aacc6fd7243d228b4852c81
tree6b4940a7748c61f13cd3fbfd1eb55e0e52a4e8c3
parent50be3481d4c77d596ce65cc3155cb45400cbc65b
Create a runtime option to disable task throttling.

Patch by viroulep (Philippe Virouleau)

Differential Revision: https://reviews.llvm.org/D63196

llvm-svn: 364934
openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_global.cpp
openmp/runtime/src/kmp_settings.cpp
openmp/runtime/src/kmp_tasking.cpp
openmp/runtime/test/tasking/omp_fill_taskqueue.c [new file with mode: 0644]