[Openmp-commits] [openmp] [OpenMP] Fix work-stealing stack clobber with taskwait (PR #126049)
Julian Brown via Openmp-commits
openmp-commits at lists.llvm.org
Thu Feb 6 11:09:08 PST 2025
jtb20 wrote:
> Using the linked test code from solvve, I triggered the assertion in kmp_taskdeps.h:31 :
>
> ```
> KMP_DEBUG_ASSERT(n >= 0);
> ```
>
> This patch does not fix the fundamental issue. Triggering the cleanup code for stack nodes is just a symptom.
Is that with or without the patch?
https://github.com/llvm/llvm-project/pull/126049
More information about the Openmp-commits
mailing list