[Openmp-commits] [PATCH] D55579: [OMPT] Second chunk of final OMPT 5.0 interface updates

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 8 08:39:06 PST 2019


protze.joachim updated this revision to Diff 180680.
protze.joachim added a comment.
Herald added subscribers: dexonsmith, mgorny.

- I activated the omp_get_initial_device() call to get the number at runtime.
- I also changed the name of ompt.h to omp-tools.h as defined in the SPEC


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55579/new/

https://reviews.llvm.org/D55579

Files:
  runtime/src/CMakeLists.txt
  runtime/src/include/50/omp-tools.h.var
  runtime/src/include/50/ompt.h.var
  runtime/src/kmp_barrier.cpp
  runtime/src/kmp_csupport.cpp
  runtime/src/kmp_gsupport.cpp
  runtime/src/kmp_runtime.cpp
  runtime/src/kmp_taskdeps.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.cpp
  runtime/test/lit.cfg
  runtime/test/ompt/callback.h
  runtime/test/ompt/cancel/cancel_taskgroup.c
  runtime/test/ompt/loadtool/tool_available/tool_available.c
  runtime/test/ompt/loadtool/tool_available_search/tool_available_search.c
  runtime/test/ompt/loadtool/tool_not_available/tool_not_available.c
  runtime/test/ompt/parallel/parallel_if0.c
  runtime/test/ompt/parallel/serialized.c
  runtime/test/ompt/synchronization/barrier/implicit_task_data.c
  runtime/test/ompt/tasks/explicit_task.c
  runtime/test/ompt/tasks/taskyield.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55579.180680.patch
Type: text/x-patch
Size: 97344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190108/ff6b0aa0/attachment-0001.bin>


More information about the Openmp-commits mailing list