[Openmp-commits] [PATCH] D38185: Implementation of OMPT as specified in OpenMP 5.0 Preview 1
Phabricator via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Nov 1 03:09:19 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL317085: Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4). (authored by jprotze).
Changed prior to commit:
https://reviews.llvm.org/D38185?vs=120616&id=121108#toc
Repository:
rL LLVM
https://reviews.llvm.org/D38185
Files:
openmp/trunk/runtime/CMakeLists.txt
openmp/trunk/runtime/src/exports_so.txt
openmp/trunk/runtime/src/include/50/omp.h.var
openmp/trunk/runtime/src/include/50/omp_lib.f.var
openmp/trunk/runtime/src/include/50/omp_lib.f90.var
openmp/trunk/runtime/src/include/50/omp_lib.h.var
openmp/trunk/runtime/src/include/50/ompt.h.var
openmp/trunk/runtime/src/kmp.h
openmp/trunk/runtime/src/kmp_atomic.h
openmp/trunk/runtime/src/kmp_barrier.cpp
openmp/trunk/runtime/src/kmp_cancel.cpp
openmp/trunk/runtime/src/kmp_config.h.cmake
openmp/trunk/runtime/src/kmp_csupport.cpp
openmp/trunk/runtime/src/kmp_dispatch.cpp
openmp/trunk/runtime/src/kmp_ftn_entry.h
openmp/trunk/runtime/src/kmp_ftn_os.h
openmp/trunk/runtime/src/kmp_global.cpp
openmp/trunk/runtime/src/kmp_gsupport.cpp
openmp/trunk/runtime/src/kmp_lock.cpp
openmp/trunk/runtime/src/kmp_lock.h
openmp/trunk/runtime/src/kmp_runtime.cpp
openmp/trunk/runtime/src/kmp_sched.cpp
openmp/trunk/runtime/src/kmp_settings.cpp
openmp/trunk/runtime/src/kmp_taskdeps.cpp
openmp/trunk/runtime/src/kmp_tasking.cpp
openmp/trunk/runtime/src/kmp_wait_release.h
openmp/trunk/runtime/src/ompt-event-specific.h
openmp/trunk/runtime/src/ompt-general.cpp
openmp/trunk/runtime/src/ompt-internal.h
openmp/trunk/runtime/src/ompt-specific.cpp
openmp/trunk/runtime/src/ompt-specific.h
openmp/trunk/runtime/src/z_Linux_util.cpp
openmp/trunk/runtime/test/CMakeLists.txt
openmp/trunk/runtime/test/lit.cfg
openmp/trunk/runtime/test/lit.site.cfg.in
openmp/trunk/runtime/test/ompt/callback.h
openmp/trunk/runtime/test/ompt/cancel/cancel_parallel.c
openmp/trunk/runtime/test/ompt/cancel/cancel_taskgroup.c
openmp/trunk/runtime/test/ompt/cancel/cancel_worksharing.c
openmp/trunk/runtime/test/ompt/loadtool/tool_available.c
openmp/trunk/runtime/test/ompt/misc/api_calls.c
openmp/trunk/runtime/test/ompt/misc/control_tool.c
openmp/trunk/runtime/test/ompt/misc/control_tool_no_ompt_support.c
openmp/trunk/runtime/test/ompt/misc/idle.c
openmp/trunk/runtime/test/ompt/ompt-signal.h
openmp/trunk/runtime/test/ompt/parallel/dynamic_enough_threads.c
openmp/trunk/runtime/test/ompt/parallel/dynamic_not_enough_threads.c
openmp/trunk/runtime/test/ompt/parallel/max_active_levels_serialized.c
openmp/trunk/runtime/test/ompt/parallel/nested.c
openmp/trunk/runtime/test/ompt/parallel/nested_lwt.c
openmp/trunk/runtime/test/ompt/parallel/nested_serialized.c
openmp/trunk/runtime/test/ompt/parallel/no_thread_num_clause.c
openmp/trunk/runtime/test/ompt/parallel/normal.c
openmp/trunk/runtime/test/ompt/parallel/not_enough_threads.c
openmp/trunk/runtime/test/ompt/parallel/parallel_if0.c
openmp/trunk/runtime/test/ompt/parallel/serialized.c
openmp/trunk/runtime/test/ompt/synchronization/barrier/explicit.c
openmp/trunk/runtime/test/ompt/synchronization/barrier/for_loop.c
openmp/trunk/runtime/test/ompt/synchronization/barrier/for_simd.c
openmp/trunk/runtime/test/ompt/synchronization/barrier/parallel_region.c
openmp/trunk/runtime/test/ompt/synchronization/barrier/sections.c
openmp/trunk/runtime/test/ompt/synchronization/barrier/single.c
openmp/trunk/runtime/test/ompt/synchronization/critical.c
openmp/trunk/runtime/test/ompt/synchronization/flush.c
openmp/trunk/runtime/test/ompt/synchronization/lock.c
openmp/trunk/runtime/test/ompt/synchronization/master.c
openmp/trunk/runtime/test/ompt/synchronization/nest_lock.c
openmp/trunk/runtime/test/ompt/synchronization/ordered.c
openmp/trunk/runtime/test/ompt/synchronization/taskgroup.c
openmp/trunk/runtime/test/ompt/synchronization/taskwait.c
openmp/trunk/runtime/test/ompt/synchronization/test_lock.c
openmp/trunk/runtime/test/ompt/synchronization/test_nest_lock.c
openmp/trunk/runtime/test/ompt/synchronization/test_nest_lock_parallel.c
openmp/trunk/runtime/test/ompt/tasks/dependences.c
openmp/trunk/runtime/test/ompt/tasks/explicit_task.c
openmp/trunk/runtime/test/ompt/tasks/serialized.c
openmp/trunk/runtime/test/ompt/tasks/task_in_joinbarrier.c
openmp/trunk/runtime/test/ompt/tasks/task_types.c
openmp/trunk/runtime/test/ompt/tasks/task_types_serialized.c
openmp/trunk/runtime/test/ompt/tasks/taskyield.c
openmp/trunk/runtime/test/ompt/tasks/untied_task.c
openmp/trunk/runtime/test/ompt/worksharing/for/auto_split.c
openmp/trunk/runtime/test/ompt/worksharing/for/base.h
openmp/trunk/runtime/test/ompt/worksharing/for/base_serialized.h
openmp/trunk/runtime/test/ompt/worksharing/for/base_split.h
openmp/trunk/runtime/test/ompt/worksharing/for/dynamic_split.c
openmp/trunk/runtime/test/ompt/worksharing/for/guided_split.c
openmp/trunk/runtime/test/ompt/worksharing/for/runtime_split.c
openmp/trunk/runtime/test/ompt/worksharing/for/static_split.c
openmp/trunk/runtime/test/ompt/worksharing/sections.c
openmp/trunk/runtime/test/ompt/worksharing/single.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38185.121108.patch
Type: text/x-patch
Size: 629352 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20171101/a9395726/attachment-0001.bin>
More information about the Openmp-commits
mailing list