[all-commits] [llvm/llvm-project] 47cb8a: [OpenMP][OMPT]Add event callbacks for taskwait wit...
Joachim via All-commits
all-commits at lists.llvm.org
Fri Jul 3 00:59:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 47cb8a0f0bcbab7bde2d07a84ec02ed0f3186987
https://github.com/llvm/llvm-project/commit/47cb8a0f0bcbab7bde2d07a84ec02ed0f3186987
Author: Joachim Protze <protze at itc.rwth-aachen.de>
Date: 2020-07-03 (Fri, 03 Jul 2020)
Changed paths:
M openmp/runtime/src/kmp_taskdeps.cpp
M openmp/runtime/test/ompt/tasks/task_late_fulfill.c
A openmp/runtime/test/ompt/tasks/taskwait-depend.c
Log Message:
-----------
[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
More information about the All-commits
mailing list