[all-commits] [llvm/llvm-project] 142faf: [OpenMP] [OMPT] [amdgpu] [5/8] Implemented device ...
Michael Halkenhäuser via All-commits
all-commits at lists.llvm.org
Tue Jul 11 04:15:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 142faf56f50054adf088e86993121fee381b6c60
https://github.com/llvm/llvm-project/commit/142faf56f50054adf088e86993121fee381b6c60
Author: Michael Halkenhaeuser <MichaelGerald.Halkenhauser at amd.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M openmp/libomptarget/CMakeLists.txt
A openmp/libomptarget/include/OmptCallback.h
A openmp/libomptarget/include/OmptConnector.h
R openmp/libomptarget/include/ompt_connector.h
R openmp/libomptarget/include/ompt_device_callbacks.h
M openmp/libomptarget/plugins-nextgen/amdgpu/src/rtl.cpp
M openmp/libomptarget/plugins-nextgen/common/OMPT/OmptCallback.cpp
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h
M openmp/libomptarget/plugins-nextgen/cuda/src/rtl.cpp
M openmp/libomptarget/src/OmptCallback.cpp
M openmp/libomptarget/src/rtl.cpp
M openmp/libomptarget/test/ompt/veccopy.c
M openmp/libomptarget/test/ompt/veccopy_disallow_both.c
M openmp/libomptarget/test/ompt/veccopy_emi.c
M openmp/libomptarget/test/ompt/veccopy_emi_map.c
M openmp/libomptarget/test/ompt/veccopy_map.c
M openmp/libomptarget/test/ompt/veccopy_no_device_init.c
M openmp/libomptarget/test/ompt/veccopy_wrong_return.c
M openmp/runtime/src/ompt-event-specific.h
M openmp/runtime/src/ompt-general.cpp
Log Message:
-----------
[OpenMP] [OMPT] [amdgpu] [5/8] Implemented device init/fini/load callbacks
Added support in the generic plugin to invoke registered callbacks.
Depends on D124070
Patch from John Mellor-Crummey <johnmc at rice.edu>
(With contributions from Dhruva Chakrabarti <Dhruva.Chakrabarti at amd.com>)
Differential Revision: https://reviews.llvm.org/D124652
More information about the All-commits
mailing list