[Openmp-commits] [PATCH] D43308: [OMPT] Fix parallel_data in implicit barrier-end

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Feb 14 11:32:58 PST 2018


Hahnfeld created this revision.
Hahnfeld added reviewers: protze.joachim, omalyshe, hbae.
Herald added a subscriber: openmp-commits.

This is required to be NULL for implicit barriers at the end of a
parallel region. Noticed in review of https://reviews.llvm.org/D43191.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D43308

Files:
  runtime/src/kmp_barrier.cpp
  runtime/src/kmp_runtime.cpp
  runtime/test/ompt/parallel/normal.c
  runtime/test/ompt/tasks/serialized.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43308.134277.patch
Type: text/x-patch
Size: 18287 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180214/847cefb8/attachment-0001.bin>


More information about the Openmp-commits mailing list