[openmp] libomp: added itt notifications for task, taskwait, taskgroup
authorAndreyChurbanov <andrey.churbanov@intel.com>
Thu, 16 Jul 2020 11:28:09 +0000 (14:28 +0300)
committerAndreyChurbanov <andrey.churbanov@intel.com>
Thu, 16 Jul 2020 11:28:46 +0000 (14:28 +0300)
commitffd8f009311965cfaa75594f98da351350ea0df4
tree4b08201ff5ab9583fc057ba348fe2cfdb1b1f568
parentff2f5c3e58a9dfcea19eddeb8894284838df0379
[openmp] libomp: added itt notifications for task, taskwait, taskgroup

Add releasing->acquire edges for child task->taskwait and
child task->end of taskgroup.

Differential Revision: https://reviews.llvm.org/D83804
openmp/runtime/src/kmp_runtime.cpp
openmp/runtime/src/kmp_tasking.cpp