This patch adds OMPT support for the mutexinoutset dependency
Details
Details
Diff Detail
Diff Detail
Event Timeline
openmp/runtime/src/kmp_taskdeps.cpp | ||
---|---|---|
543 | Can we remove ndeps and deps from ompt_task_info_t if they are not used any more? |
Paths
| Differential D81890
[OpenMP][OMPT] Pass mutexinoutset to the tool ClosedPublic Authored by protze.joachim on Jun 15 2020, 3:43 PM.
Details
Summary This patch adds OMPT support for the mutexinoutset dependency
Diff Detail Event Timelineprotze.joachim added a parent revision: D81807: [OpenMP][OMPT] Add callbacks for doacross loops.Jun 15 2020, 3:43 PM protze.joachim added a child revision: D81891: [OpenMP][OMPT] Add event callbacks for taskwait with depend.Jun 16 2020, 2:54 AM
This revision is now accepted and ready to land.Jun 17 2020, 6:56 AM Closed by commit rG63a3c5925dc9: [OpenMP][OMPT] Pass mutexinoutset to the tool (authored by protze.joachim). · Explain WhyJun 19 2020, 4:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 270890 openmp/runtime/src/kmp_taskdeps.cpp
openmp/runtime/test/ompt/tasks/dependences.c
|
Can we remove ndeps and deps from ompt_task_info_t if they are not used any more?