[Openmp-commits] [PATCH] D38185: Implementation of OMPT as specified in OpenMP 5.0 Preview 1

Hansang Bae via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Oct 18 08:17:09 PDT 2017


hbae added inline comments.


================
Comment at: runtime/src/kmp_tasking.cpp:1692
+// complete
+kmp_int32 __kmpc_omp_taskwait(ident_t *loc_ref, kmp_int32 gtid) {
+#if OMPT_SUPPORT && OMPT_OPTIONAL
----------------
I know this is ugly, but we couldn't find a better way to fix ~15% regression in 376.kdtree.


https://reviews.llvm.org/D38185





More information about the Openmp-commits mailing list