[Openmp-commits] [PATCH] D58247: [OMPT] Distinguish different barrier kinds

Hansang Bae via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 14 12:44:50 PST 2019


hbae created this revision.
hbae added reviewers: AndreyChurbanov, tlwilmar, jlpeyton, protze.joachim.
hbae added a project: OpenMP.
Herald added a subscriber: jdoerfert.

This change makes the runtime decide the intended use of each barrier invocation, for the OMPT synchronization tool callbacks.
5.0 Specification defines four possible barrier kinds -- implicit, explicit, implementation, and just normal barrier.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D58247

Files:
  runtime/src/kmp_barrier.cpp
  runtime/src/kmp_runtime.cpp
  runtime/src/kmp_wait_release.h
  runtime/src/ompt-specific.cpp
  runtime/src/ompt-specific.h
  runtime/test/ompt/synchronization/barrier/implicit_task_data.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58247.186896.patch
Type: text/x-patch
Size: 8963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190214/4067c6c3/attachment.bin>


More information about the Openmp-commits mailing list