[Openmp-commits] [PATCH] D98838: [OpenMP] Fixed a crash in hidden helper thread
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Mar 18 09:59:17 PDT 2021
tianshilei1992 marked 5 inline comments as done.
tianshilei1992 added inline comments.
================
Comment at: openmp/runtime/src/kmp_runtime.cpp:4323
++new_gtid) {
KMP_DEBUG_ASSERT(new_gtid < __kmp_threads_capacity);
}
----------------
protze.joachim wrote:
> This assertion triggers for your test application, when the runtime is built in debug mode.
>
>
Can you try again?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98838/new/
https://reviews.llvm.org/D98838
More information about the Openmp-commits
mailing list