[Openmp-commits] [PATCH] D44470: [OpenMP][libomptarget] Enable multiple frames per global memory slot

Gheorghe-Teodor Bercea via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Mar 14 08:04:16 PDT 2018


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

To save on calls to malloc, this patch enables the re-use of pre-allocated global memory slots.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D44470

Files:
  libomptarget/deviceRTLs/nvptx/src/data_sharing.cu
  libomptarget/deviceRTLs/nvptx/src/interface.h
  libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44470.138354.patch
Type: text/x-patch
Size: 9703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180314/8dd15c84/attachment.bin>


More information about the Openmp-commits mailing list