[Openmp-commits] [openmp] [OpenMP] Fix work-stealing stack clobber with taskwait (PR #126049)

via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 6 11:01:30 PST 2025


https://github.com/jprotze requested changes to this pull request.

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.

https://github.com/llvm/llvm-project/pull/126049


More information about the Openmp-commits mailing list