[Openmp-commits] [PATCH] D49181: [OMPT] Adapt OMPT callback structure for tasks to handle untied tasks correctly (+ adapt testcase)

Hansang Bae via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 19 14:51:20 PDT 2018


hbae added inline comments.


================
Comment at: runtime/src/kmp_tasking.cpp:1327
+
+#if OMPT_SUPPORT
+#endif
----------------
This should be removed.


================
Comment at: runtime/src/kmp_tasking.cpp:1423
+      __kmp_task_finish<true>(gtid, task,
+                              current_task); // OMPT only if not discarded
+    } else
----------------
I am not sure if the comment still corresponds to the code here.


https://reviews.llvm.org/D49181





More information about the Openmp-commits mailing list