[Openmp-commits] [PATCH] D100600: [OpenMP] Add info for device table changes

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Apr 15 14:30:52 PDT 2021


jhuber6 created this revision.
jhuber6 added a reviewer: jdoerfert.
jhuber6 added a project: OpenMP.
Herald added subscribers: guansong, yaxunl.
jhuber6 requested review of this revision.
Herald added subscribers: openmp-commits, sstefan1.

This patch adds a feature to print information whenever the host-device pointer
mapping table is changed by inserting or removing an entry. This introduces a
new bit field for LIBOMPTARGET_INFO at position 0x8.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100600

Files:
  openmp/docs/design/Runtimes.rst
  openmp/libomptarget/include/Debug.h
  openmp/libomptarget/src/device.cpp
  openmp/libomptarget/test/offloading/info.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100600.337902.patch
Type: text/x-patch
Size: 9254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210415/d3ff3c35/attachment.bin>


More information about the Openmp-commits mailing list