[Openmp-commits] [PATCH] D58776: [OMPT] Handling of the events of initial-task-begin and initial-task-end
Joachim Protze via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Mar 1 01:08:46 PST 2019
protze.joachim added inline comments.
================
Comment at: runtime/test/ompt/misc/interoperability.cpp:118
// CHECK-SAME: thread_type=ompt_thread_worker=2, thread_id=[[THREAD_ID_1]]
// CHECK: {{^}}[[THREAD_ID_1]]: ompt_event_thread_end:
----------------
Please add
```
// CHECK-NOT: {{^}}[[THREAD_ID_1:[0-9]+]]: ompt_event_initial_task_end:
```
Same for the other worker thread.
Just to make sure that we will not see an initial-task-end for worker threads
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58776/new/
https://reviews.llvm.org/D58776
More information about the Openmp-commits
mailing list