[Openmp-commits] [PATCH] D122107: [OpenMP] Add support for ompt_callback_dispatch
Hansang Bae via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun Mar 20 14:49:10 PDT 2022
hbae created this revision.
hbae added reviewers: AndreyChurbanov, jlpeyton, tlwilmar, protze.joachim.
hbae added a project: OpenMP.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
hbae requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.
This change adds support for ompt_callback_dispatch with the new
dispatch chunk type introduced in 5.2. Definitions of the new
ompt_work_loop types were also added (but not used now).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D122107
Files:
openmp/runtime/src/include/omp-tools.h.var
openmp/runtime/src/kmp_dispatch.cpp
openmp/runtime/src/kmp_sched.cpp
openmp/runtime/src/kmp_tasking.cpp
openmp/runtime/src/ompt-event-specific.h
openmp/runtime/src/ompt-internal.h
openmp/runtime/src/ompt-specific.h
openmp/runtime/test/ompt/callback.h
openmp/runtime/test/ompt/tasks/taskloop_dispatch.c
openmp/runtime/test/ompt/teams/distribute_dispatch.c
openmp/runtime/test/ompt/worksharing/for/loop_dispatch.c
openmp/runtime/test/ompt/worksharing/sections_dispatch.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122107.416799.patch
Type: text/x-patch
Size: 28160 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220320/260a4bdc/attachment-0001.bin>
More information about the Openmp-commits
mailing list