[Openmp-commits] [PATCH] D99020: [OpenMP] Disable hidden helper task by default

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sat Mar 20 10:00:02 PDT 2021


tianshilei1992 created this revision.
tianshilei1992 added a reviewer: jdoerfert.
Herald added subscribers: guansong, yaxunl.
tianshilei1992 requested review of this revision.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.

Performance regression is reported in D98838 <https://reviews.llvm.org/D98838> when enabling hidden helper thread. This patch disables it by default.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99020

Files:
  openmp/runtime/src/kmp_runtime.cpp
  openmp/runtime/src/kmp_settings.cpp
  openmp/runtime/test/tasking/hidden_helper_task/capacity_mix_threads.cpp
  openmp/runtime/test/tasking/hidden_helper_task/capacity_nthreads.cpp
  openmp/runtime/test/tasking/hidden_helper_task/depend.cpp
  openmp/runtime/test/tasking/hidden_helper_task/gtid.cpp
  openmp/runtime/test/tasking/hidden_helper_task/taskgroup.cpp
  openmp/runtime/test/worksharing/for/kmp_sch_simd_guided.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99020.332113.patch
Type: text/x-patch
Size: 4786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210320/125bcfd0/attachment-0001.bin>


More information about the Openmp-commits mailing list