[PATCH] D47709: [OMPT] Fix OMPT callbacks for the taskloop construct and add testcase
Jonas Hahnfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 30 12:40:21 PDT 2018
Hahnfeld added a subscriber: gtbercea.
Hahnfeld added inline comments.
================
Comment at: openmp/trunk/runtime/src/kmp_tasking.cpp:4018
+#else
+ __kmp_omp_task(NULL, gtid, new_task); // schedule new task
+#endif
----------------
This call wasn't correctly reverted prior to commit, @gtbercea is fixing this in D50001
Repository:
rL LLVM
https://reviews.llvm.org/D47709
More information about the llvm-commits
mailing list