[Openmp-commits] [PATCH] D16714: [OMPT] Fix wrong parent_task_id in serialized parallel_begin with GCC
Olga Malysheva via Openmp-commits
openmp-commits at lists.llvm.org
Fri Feb 26 06:50:58 PST 2016
omalyshe added a comment.
Is it OK that __ompt_parallel_id_new() is called several times for one region? First in line 393 and then inside __kmp_serialized_parallel() it can be called once or twice.
http://reviews.llvm.org/D16714
More information about the Openmp-commits
mailing list