[Openmp-commits] [PATCH] D100181: [OpenMP] [OMPD] [1/6] Implementation of OMPD debugging library - libompd. Code changes in openmp/runtime to support libompd.
Hansang Bae via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jun 3 06:04:03 PDT 2021
hbae added inline comments.
================
Comment at: openmp/runtime/src/kmp_runtime.cpp:1344
+#if OMPD_SUPPORT
+ OMPT_CUR_TASK_INFO(this_thr)->scheduling_parent =
+ this_thr->th.th_current_task->td_parent;
----------------
Vigneshbalu wrote:
> hbae wrote:
> > Is there any reason to keep this for serialized parallel?
> Apologies for the oversight, removed the wrong assignments. Working on the changes, will update the diff.
I think other changes are OK. This one is also need to be removed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100181/new/
https://reviews.llvm.org/D100181
More information about the Openmp-commits
mailing list