[Openmp-commits] [PATCH] D38185: Implementation of OMPT as specified in OpenMP 5.0 Preview 1

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Oct 27 01:12:15 PDT 2017


protze.joachim updated this revision to Diff 120551.
protze.joachim added a comment.

Since prerequisites are already in master, now the diff against master. (As Jonas pointed out, the last diff missed the clang-format in the base)


https://reviews.llvm.org/D38185

Files:
  runtime/CMakeLists.txt
  runtime/src/exports_so.txt
  runtime/src/include/50/omp.h.var
  runtime/src/include/50/omp_lib.f.var
  runtime/src/include/50/omp_lib.f90.var
  runtime/src/include/50/omp_lib.h.var
  runtime/src/include/50/ompt.h.var
  runtime/src/kmp.h
  runtime/src/kmp_atomic.h
  runtime/src/kmp_barrier.cpp
  runtime/src/kmp_cancel.cpp
  runtime/src/kmp_config.h.cmake
  runtime/src/kmp_csupport.cpp
  runtime/src/kmp_dispatch.cpp
  runtime/src/kmp_ftn_entry.h
  runtime/src/kmp_ftn_os.h
  runtime/src/kmp_global.cpp
  runtime/src/kmp_gsupport.cpp
  runtime/src/kmp_lock.cpp
  runtime/src/kmp_lock.h
  runtime/src/kmp_runtime.cpp
  runtime/src/kmp_sched.cpp
  runtime/src/kmp_settings.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.cpp
  runtime/src/ompt-specific.h
  runtime/src/z_Linux_util.cpp
  runtime/test/CMakeLists.txt
  runtime/test/lit.cfg
  runtime/test/lit.site.cfg.in
  runtime/test/ompt/callback.h
  runtime/test/ompt/cancel/cancel_parallel.c
  runtime/test/ompt/cancel/cancel_taskgroup.c
  runtime/test/ompt/cancel/cancel_worksharing.c
  runtime/test/ompt/loadtool/tool_available.c
  runtime/test/ompt/misc/api_calls.c
  runtime/test/ompt/misc/control_tool.c
  runtime/test/ompt/misc/control_tool_no_ompt_support.c
  runtime/test/ompt/misc/idle.c
  runtime/test/ompt/ompt-signal.h
  runtime/test/ompt/parallel/dynamic_enough_threads.c
  runtime/test/ompt/parallel/dynamic_not_enough_threads.c
  runtime/test/ompt/parallel/max_active_levels_serialized.c
  runtime/test/ompt/parallel/nested.c
  runtime/test/ompt/parallel/nested_lwt.c
  runtime/test/ompt/parallel/nested_serialized.c
  runtime/test/ompt/parallel/no_thread_num_clause.c
  runtime/test/ompt/parallel/normal.c
  runtime/test/ompt/parallel/not_enough_threads.c
  runtime/test/ompt/parallel/parallel_if0.c
  runtime/test/ompt/parallel/serialized.c
  runtime/test/ompt/synchronization/barrier/explicit.c
  runtime/test/ompt/synchronization/barrier/for_loop.c
  runtime/test/ompt/synchronization/barrier/for_simd.c
  runtime/test/ompt/synchronization/barrier/parallel_region.c
  runtime/test/ompt/synchronization/barrier/sections.c
  runtime/test/ompt/synchronization/barrier/single.c
  runtime/test/ompt/synchronization/critical.c
  runtime/test/ompt/synchronization/flush.c
  runtime/test/ompt/synchronization/lock.c
  runtime/test/ompt/synchronization/master.c
  runtime/test/ompt/synchronization/nest_lock.c
  runtime/test/ompt/synchronization/ordered.c
  runtime/test/ompt/synchronization/taskgroup.c
  runtime/test/ompt/synchronization/taskwait.c
  runtime/test/ompt/synchronization/test_lock.c
  runtime/test/ompt/synchronization/test_nest_lock.c
  runtime/test/ompt/synchronization/test_nest_lock_parallel.c
  runtime/test/ompt/tasks/dependences.c
  runtime/test/ompt/tasks/explicit_task.c
  runtime/test/ompt/tasks/serialized.c
  runtime/test/ompt/tasks/task_in_joinbarrier.c
  runtime/test/ompt/tasks/task_types.c
  runtime/test/ompt/tasks/task_types_serialized.c
  runtime/test/ompt/tasks/taskyield.c
  runtime/test/ompt/tasks/untied_task.c
  runtime/test/ompt/worksharing/for/auto_split.c
  runtime/test/ompt/worksharing/for/base.h
  runtime/test/ompt/worksharing/for/base_serialized.h
  runtime/test/ompt/worksharing/for/base_split.h
  runtime/test/ompt/worksharing/for/dynamic_split.c
  runtime/test/ompt/worksharing/for/guided_split.c
  runtime/test/ompt/worksharing/for/runtime_split.c
  runtime/test/ompt/worksharing/for/static_split.c
  runtime/test/ompt/worksharing/sections.c
  runtime/test/ompt/worksharing/single.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38185.120551.patch
Type: text/x-patch
Size: 624003 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20171027/e5bc2518/attachment-0001.bin>


More information about the Openmp-commits mailing list