OSDN Git Service

[OpenMP][OMPT]Add event callbacks for taskwait with depend
authorJoachim Protze <protze@itc.rwth-aachen.de>
Mon, 15 Jun 2020 22:31:14 +0000 (00:31 +0200)
committerJoachim Protze <protze@itc.rwth-aachen.de>
Fri, 3 Jul 2020 07:58:31 +0000 (09:58 +0200)
commit47cb8a0f0bcbab7bde2d07a84ec02ed0f3186987
treece06d2a4b91e292554b792f7499dbefb6e58eb2b
parent01c4574a129e987cd89daf94969bda2e929fe5a8
[OpenMP][OMPT]Add event callbacks for taskwait with depend

This adds the missing event callbacks to express dependencies on included tasks
and taskwait with depend clause.

The test fails for GCC, see bug report:
https://bugs.llvm.org/show_bug.cgi?id=46573

Reviewed by: hbae

Differential Revision: https://reviews.llvm.org/D81891
openmp/runtime/src/kmp_taskdeps.cpp
openmp/runtime/test/ompt/tasks/task_late_fulfill.c
openmp/runtime/test/ompt/tasks/taskwait-depend.c [new file with mode: 0644]