[Openmp-commits] [PATCH] D50774: [OMPT] Update types according to TR7

Simon Convent via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Aug 15 06:33:12 PDT 2018


sconvent created this revision.
sconvent added reviewers: protze.joachim, Hahnfeld, jlpeyton, hbae, AndreyChurbanov.
Herald added subscribers: jfb, dexonsmith.

Some types and callback signatures have changed from TR6 to TR7.
Major changes:
-remove idle callback
-add reduction and dispatch callback
-add get_task_memory and finalize_tool runtime entry points
-`ompt_invoker_t ` becomes `ompt_parallel_flag_t`
-more types of sync_regions

https://reviews.llvm.org/D48362 is now obsolete.


https://reviews.llvm.org/D50774

Files:
  runtime/src/include/50/ompt.h.var
  runtime/src/kmp_barrier.cpp
  runtime/src/kmp_cancel.cpp
  runtime/src/kmp_csupport.cpp
  runtime/src/kmp_runtime.cpp
  runtime/src/kmp_sched.cpp
  runtime/src/kmp_taskdeps.cpp
  runtime/src/kmp_tasking.cpp
  runtime/src/kmp_wait_release.h
  runtime/src/ompt-event-specific.h
  runtime/src/ompt-general.cpp
  runtime/src/ompt-internal.h
  runtime/src/ompt-specific.h
  runtime/test/ompt/callback.h
  runtime/test/ompt/cancel/cancel_worksharing.c
  runtime/test/ompt/loadtool/tool_available_search/tool_available_search.c
  runtime/test/ompt/misc/idle.c
  runtime/test/ompt/synchronization/barrier/implicit_task_data.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50774.160785.patch
Type: text/x-patch
Size: 43397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180815/15a59a37/attachment-0001.bin>


More information about the Openmp-commits mailing list