[Openmp-commits] [PATCH] D124070: [OMPT] [amdgpu] Implemented callback registration in amdgpu plugin
Dhruva Chakrabarti via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Apr 19 23:46:11 PDT 2022
dhruvachak created this revision.
dhruvachak added reviewers: jdoerfert, JonChesterfield, jmellorcrummey, ronlieb, protze.joachim, hbae, dreachem, RaviNarayanaswamy, AndreyChurbanov, jlpeyton.
Herald added subscribers: kerbowa, t-tye, tpr, dstuttard, yaxunl, mgorny, jvesely, kzhuravl.
Herald added a project: All.
dhruvachak requested review of this revision.
Herald added subscribers: openmp-commits, wdng.
Herald added a project: OpenMP.
Implemented registration of callback functions in the plugin by
looking up corresponding callbacks in libomptarget.
Depends on D123974 <https://reviews.llvm.org/D123974>
Patch from John Mellor-Crummey <johnmc at rice.edu>
(With contributions from Dhruva Chakrabarti <Dhruva.Chakrabarti at amd.com>)
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D124070
Files:
openmp/libomptarget/include/ompt-connector.h
openmp/libomptarget/include/ompt_device_callbacks.h
openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
openmp/libomptarget/plugins/amdgpu/src/ompt_callback.cpp
openmp/libomptarget/src/exports
openmp/libomptarget/src/ompt_callback.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124070.423824.patch
Type: text/x-patch
Size: 9058 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220420/ed7eed92/attachment.bin>
More information about the Openmp-commits
mailing list