[Openmp-commits] [PATCH] D75282: Rebase D59319 on trunk

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 27 11:35:29 PST 2020


JonChesterfield created this revision.
JonChesterfield added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, mgorny, jvesely.
Herald added a project: OpenMP.

Rebase D59319 <https://reviews.llvm.org/D59319> on trunk

Creating a new diff for convenience instead of modifying D59319 <https://reviews.llvm.org/D59319>.

Changes from D59319 <https://reviews.llvm.org/D59319>:
Fix up includes and cmake to match trunk
Minor fixes to comments
Move the shared_buffer struct into target_region.cu
__kmpc_target_region_kernel_parallel change UseSPMDMode from
uint16_t to int16_t, as it's called with (int)-1 from clang patch.
Change memcpy to builtin_memcpy as <cstring> memcpy may be unavailable


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75282

Files:
  openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
  openmp/libomptarget/deviceRTLs/common/src/target_region.cu
  openmp/libomptarget/deviceRTLs/common/target_region.h
  openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75282.247049.patch
Type: text/x-patch
Size: 19250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200227/7811e11e/attachment-0001.bin>


More information about the Openmp-commits mailing list