[Openmp-commits] [PATCH] D124070: [OpenMP] [OMPT] [amdgpu] [4/8] Implemented callback registration in amdgpu plugin

Michael Halkenhäuser via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Feb 22 06:34:22 PST 2023


mhalk updated this revision to Diff 499474.
mhalk added a comment.

Update

Fix OMPT init ordering and library typo.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124070

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124070.499474.patch
Type: text/x-patch
Size: 46869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230222/5c5ca225/attachment-0001.bin>


More information about the Openmp-commits mailing list