[Openmp-commits] [PATCH] D14253: [OpenMP] Initial implementation of OpenMP offloading library - libomptarget plugins.

Samuel Antao via Openmp-commits openmp-commits at lists.llvm.org
Sat Nov 28 16:10:17 PST 2015


sfantao updated this revision to Diff 41338.
sfantao added a comment.

Add __tgt_rtl_is_valid_binary to the plugins' interface  so that they can inform the target agnostic library that an image is valid without having to load it completely.


http://reviews.llvm.org/D14253

Files:
  libomptarget/CMakeLists.txt
  libomptarget/plugins/CMakeLists.txt
  libomptarget/plugins/cuda/CMakeLists.txt
  libomptarget/plugins/cuda/src/rtl.cpp
  libomptarget/plugins/exports
  libomptarget/plugins/generic-elf-64bit/src/rtl.cpp
  libomptarget/plugins/ppc64/CMakeLists.txt
  libomptarget/plugins/ppc64le/CMakeLists.txt
  libomptarget/plugins/x86_64/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14253.41338.patch
Type: text/x-patch
Size: 39913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20151129/1195d316/attachment-0001.bin>


More information about the Openmp-commits mailing list