[Openmp-commits] [PATCH] D43626: [OpenMP] Remove implicit data sharing using device shared memory from libomptarget

Gheorghe-Teodor Bercea via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 22 08:45:51 PST 2018


gtbercea created this revision.
gtbercea added reviewers: ABataev, Hahnfeld, grokos, carlo.bertolli, caomhin.
Herald added subscribers: openmp-commits, guansong.

This patch reverts the changes to libomptarget that were coupled with the changes to Clang code gen for data sharing using shared memory.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D43626

Files:
  libomptarget/deviceRTLs/nvptx/src/interface.h
  libomptarget/deviceRTLs/nvptx/src/omp_data.cu
  libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.cu
  libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.h
  libomptarget/deviceRTLs/nvptx/src/option.h
  libomptarget/deviceRTLs/nvptx/src/parallel.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43626.135435.patch
Type: text/x-patch
Size: 6052 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180222/c356b423/attachment.bin>


More information about the Openmp-commits mailing list