[all-commits] [llvm/llvm-project] e4ac11: [OpenMP] Add support for ompt_callback_dispatch
Hansang Bae via All-commits
all-commits at lists.llvm.org
Wed Apr 6 06:01:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4ac11beb7362732396feab1ff257a76484e9d33
https://github.com/llvm/llvm-project/commit/e4ac11beb7362732396feab1ff257a76484e9d33
Author: Hansang Bae <hansang.bae at intel.com>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
M openmp/runtime/src/include/omp-tools.h.var
M openmp/runtime/src/kmp_dispatch.cpp
M openmp/runtime/src/kmp_sched.cpp
M openmp/runtime/src/kmp_tasking.cpp
M openmp/runtime/src/ompt-event-specific.h
M openmp/runtime/src/ompt-internal.h
M openmp/runtime/src/ompt-specific.h
M openmp/runtime/test/ompt/callback.h
A openmp/runtime/test/ompt/tasks/taskloop_dispatch.c
A openmp/runtime/test/ompt/teams/distribute_dispatch.c
A openmp/runtime/test/ompt/worksharing/for/loop_dispatch.c
A openmp/runtime/test/ompt/worksharing/sections_dispatch.c
Log Message:
-----------
[OpenMP] Add support for ompt_callback_dispatch
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 in the header file.
Differential Revision: https://reviews.llvm.org/D122107
More information about the All-commits
mailing list