[Openmp-commits] [PATCH] D119586: [OpenMP][libomp] Fix crash when LIBOMP_NUM_HIDDEN_HELPER_THREADS=1.

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Feb 11 15:04:42 PST 2022


tianshilei1992 accepted this revision.
tianshilei1992 added a comment.
This revision is now accepted and ready to land.

Thanks for the fix. Can you mention "Fixes #48656" in the commit message as well such that #48656 can be closed automatically.



================
Comment at: openmp/runtime/src/kmp_settings.cpp:1249
+  } else {
+    // Since the main thread of hidden helper team dooes not participate
+    // in tasks execution let's increment the number of threads by one
----------------



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

https://reviews.llvm.org/D119586



More information about the Openmp-commits mailing list