[Openmp-commits] [PATCH] D61657: Add implementation to two OMPT API routines

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 15 01:50:20 PDT 2020


protze.joachim added inline comments.


================
Comment at: runtime/test/ompt/tasks/task_memory.c:99
+// CHECK: ompt_event_task_create: task_id=[[TASK_ID_0:[0-9]+]]
+// CHECK: ompt_event_task_create: task_id=[[TASK_ID_1:[0-9]+]]
+
----------------
There is a chance, that the first task gets executed before the second task is created. 
This line should also have CHECK-DAG.


Repository:
  rOMP OpenMP

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61657/new/

https://reviews.llvm.org/D61657



More information about the Openmp-commits mailing list