[Openmp-commits] [PATCH] D113728: [libomptarget] [amdgpu] Foundation for OMPT target callback support

Dhruva Chakrabarti via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 25 16:15:52 PST 2022


dhruvachak updated this revision to Diff 403068.
dhruvachak added a comment.

Guard ompt_init constructors with ifdef OMPT_SUPPORT, added comments to tests


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113728/new/

https://reviews.llvm.org/D113728

Files:
  openmp/libomptarget/CMakeLists.txt
  openmp/libomptarget/include/ompt-connector.h
  openmp/libomptarget/include/ompt_device_callbacks.h
  openmp/libomptarget/include/omptarget.h
  openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
  openmp/libomptarget/plugins/amdgpu/src/ompt_callback.cpp
  openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
  openmp/libomptarget/src/CMakeLists.txt
  openmp/libomptarget/src/device.cpp
  openmp/libomptarget/src/exports
  openmp/libomptarget/src/interface.cpp
  openmp/libomptarget/src/ompt_callback.cpp
  openmp/libomptarget/src/ompt_callback.h
  openmp/libomptarget/src/omptarget.cpp
  openmp/libomptarget/test/lit.cfg
  openmp/libomptarget/test/lit.site.cfg.in
  openmp/libomptarget/test/ompt/callbacks.h
  openmp/libomptarget/test/ompt/register_both.h
  openmp/libomptarget/test/ompt/register_emi.h
  openmp/libomptarget/test/ompt/register_emi_map.h
  openmp/libomptarget/test/ompt/register_no_device_init.h
  openmp/libomptarget/test/ompt/register_non_emi.h
  openmp/libomptarget/test/ompt/register_non_emi_map.h
  openmp/libomptarget/test/ompt/register_wrong_return.h
  openmp/libomptarget/test/ompt/veccopy.c
  openmp/libomptarget/test/ompt/veccopy_disallow_both.c
  openmp/libomptarget/test/ompt/veccopy_emi.c
  openmp/libomptarget/test/ompt/veccopy_emi_map.c
  openmp/libomptarget/test/ompt/veccopy_map.c
  openmp/libomptarget/test/ompt/veccopy_no_device_init.c
  openmp/libomptarget/test/ompt/veccopy_wrong_return.c
  openmp/runtime/cmake/config-ix.cmake
  openmp/runtime/src/exports_so.txt
  openmp/runtime/src/include/omp-tools.h.var
  openmp/runtime/src/ompt-event-specific.h
  openmp/runtime/src/ompt-general.cpp
  openmp/runtime/src/ompt-internal.h
  openmp/runtime/src/ompt-specific.cpp
  openmp/runtime/src/ompt-specific.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113728.403068.patch
Type: text/x-patch
Size: 125039 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220126/22eaeb34/attachment-0001.bin>


More information about the Openmp-commits mailing list