[Openmp-commits] [PATCH] D40313: [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, libomptarget-side

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Nov 21 09:15:51 PST 2017


grokos created this revision.
grokos added a project: OpenMP.

This is the complementary libomptarget patch which changes the `__tgt_*` API function signatures in preparation for the new map interface.

Changes are:

1. Device IDs 32bits --> 64bits
2. Flags 32bits --> 64bits

Clang patch: `[[ https://reviews.llvm.org/D40281 | D40281 ]]`


Repository:
  rL LLVM

https://reviews.llvm.org/D40313

Files:
  libomptarget/src/omptarget.cpp
  libomptarget/src/omptarget.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40313.123814.patch
Type: text/x-patch
Size: 14987 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20171121/eb72abcc/attachment.bin>


More information about the Openmp-commits mailing list