[Openmp-commits] [PATCH] D24502: [OMPT] fix task frame information for gomp interface

Jonas Hahnfeld via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 13 06:17:51 PDT 2016


Hahnfeld added inline comments.

================
Comment at: runtime/src/kmp_gsupport.c:1002-1007
@@ -1001,8 +987,2 @@
 
-#if OMPT_SUPPORT
-        if (ompt_enabled) {
-            thread->th.ompt_thread_info = oldInfo;
-            taskdata->ompt_task_info.frame.exit_runtime_frame = NULL;
-        }
-#endif
     }
----------------
Does this need to go away? I think this function is for plain tasks...


https://reviews.llvm.org/D24502





More information about the Openmp-commits mailing list