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

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Nov 30 14:25:10 PST 2016


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

Addressed comments from previous revision plus:

1. support for OpenMP 4.5 target map types
2. implementation of target API functions (omp_target_*)
3. protection of internal data structures against data races


https://reviews.llvm.org/D14031

Files:
  CMakeLists.txt
  libomptarget/Build_With_CMake.txt
  libomptarget/CMakeLists.txt
  libomptarget/exports
  libomptarget/src/omptarget.cpp
  libomptarget/src/omptarget.h
  libomptarget/test/CMakeLists.txt
  libomptarget/test/lit.cfg
  libomptarget/test/offloading/offloading_success.c
  libomptarget/test/offloading/offloading_success.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14031.79814.patch
Type: text/x-patch
Size: 119502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20161130/40666472/attachment-0001.bin>


More information about the Openmp-commits mailing list