[Openmp-commits] [PATCH] D58776: [OMPT] Handling of the events of implicit-task-begin and implicit-task-end

Tim Cramer via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 28 04:16:51 PST 2019


tcramer created this revision.
tcramer added reviewers: protze.joachim, hbae.
Herald added subscribers: openmp-commits, jdoerfert.
Herald added a project: OpenMP.

OpenMP 5.0 says that for the callback for the events implicit-task-begin and implicit-task-end has to be ompt_callback_implicit_task. This patch fixes this.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D58776

Files:
  runtime/src/kmp_runtime.cpp
  runtime/src/ompt-general.cpp
  runtime/test/ompt/callback.h
  runtime/test/ompt/misc/interoperability.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58776.188706.patch
Type: text/x-patch
Size: 7026 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190228/82bcb92d/attachment.bin>


More information about the Openmp-commits mailing list