[Openmp-commits] [PATCH] D23259: kmp_gsupport: Fix library initialization with taskgroup

Andrey Churbanov via Openmp-commits openmp-commits at lists.llvm.org
Mon Aug 8 05:39:10 PDT 2016


AndreyChurbanov added inline comments.

================
Comment at: runtime/test/tasking/bug_serial_taskgroup.c:6
@@ +5,3 @@
+ was called in xexpand(KMP_API_NAME_GOMP_TASKGROUP_START)(void).
+ __kmp_entry_gtid() will initialize the runtime of not yet done which does not
+ happen with __kmp_get_gtid().
----------------
"of not yet done" --> "if mot yet done" - typo?


https://reviews.llvm.org/D23259





More information about the Openmp-commits mailing list