[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
Wed Jun 2 14:46:02 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;
----------------
Is there any reason to keep this for serialized parallel?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100181/new/
https://reviews.llvm.org/D100181
More information about the Openmp-commits
mailing list