[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 09:59:22 PST 2025
jtb20 wrote:
> The test code has a race condition. That's an issue of the application, not an issue of OpenMP
Possibly a dependency on an undefined value, but I'm not sure there's a race condition, and I also saw failures with a simplified version of the test. Can you explain where the race condition is?
https://github.com/llvm/llvm-project/pull/126049
More information about the Openmp-commits
mailing list