[Openmp-commits] [openmp] [OpenMP] Fix node destruction race in __kmpc_omp_taskwait_deps_51 (PR #86130)

via Openmp-commits openmp-commits at lists.llvm.org
Thu Mar 28 02:23:14 PDT 2024


jprotze wrote:

This fix makes sense to me.

Looking at the code, I realized that the current implementation is still stupid. The function should really create an empty task to be inserted into the DAG, if has_no_wait is set.

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


More information about the Openmp-commits mailing list