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

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Dec 1 14:42:58 PST 2016


grokos updated this revision to Diff 79986.
grokos added a comment.

Revision which addresses the comments from last review and adds support for new functionality (new codegen scheme, execution mode symbol, checks for the validity of num_teams and num_threads used to exexute the kernel).


https://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.79986.patch
Type: text/x-patch
Size: 46977 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20161201/991b0b75/attachment-0001.bin>


More information about the Openmp-commits mailing list