[Openmp-commits] [PATCH] D109017: [OpenMP][libomptarget] Add event query plugin API

Ye Luo via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 31 12:56:26 PDT 2021


ye-luo created this revision.
Herald added subscribers: guansong, yaxunl.
ye-luo requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.

Introduce an plugin interface to query the status of an event.
Also record whether a device support events or not.


https://reviews.llvm.org/D109017

Files:
  openmp/libomptarget/include/omptarget.h
  openmp/libomptarget/plugins/cuda/dynamic_cuda/cuda.h
  openmp/libomptarget/plugins/cuda/src/rtl.cpp
  openmp/libomptarget/plugins/exports
  openmp/libomptarget/src/device.cpp
  openmp/libomptarget/src/device.h
  openmp/libomptarget/src/rtl.cpp
  openmp/libomptarget/src/rtl.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109017.369766.patch
Type: text/x-patch
Size: 7592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210831/fe9cb325/attachment-0001.bin>


More information about the Openmp-commits mailing list