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

Ravi Narayanaswamy via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Feb 11 13:32:20 PST 2022


RaviNarayanaswamy added a comment.

Thanks Andrey for the fix



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


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119586



More information about the Openmp-commits mailing list