[Openmp-commits] [openmp] [OpenMP] Fix td_tdg_task_id underflow when taskloop and taskgraph (PR #150877)

via Openmp-commits openmp-commits at lists.llvm.org
Thu Sep 18 07:16:20 PDT 2025


jprotze wrote:

Another issue, not directly connected to this PR: I think, the implementation of `__kmp_track_dependence` is problematic. I think, you will miss dependencies between tasks, if the source task completed execution before the sink task gets created (which is a similar problem for OMPT tools relying on `ompt_callback_task_dependence` to record a task dependence graph)

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


More information about the Openmp-commits mailing list