[Openmp-commits] [PATCH] D53141: [OpenMP][libomptarget] Add runtime function for pushing coalesced global records
Gheorghe-Teodor Bercea via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Oct 11 08:21:59 PDT 2018
gtbercea created this revision.
gtbercea added reviewers: ABataev, grokos, Hahnfeld, caomhin.
Herald added subscribers: openmp-commits, jfb, guansong.
In the case of coalesced global records, we need to push the exact data size passed in. This patch fixes this by outlining the common functionality of the previous push function and by adding a separate entry point for coalesced pushes. The pop function remains unchanged.
Repository:
rOMP OpenMP
https://reviews.llvm.org/D53141
Files:
libomptarget/deviceRTLs/nvptx/src/data_sharing.cu
libomptarget/deviceRTLs/nvptx/src/interface.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53141.169216.patch
Type: text/x-patch
Size: 4421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20181011/d9c46f16/attachment.bin>
More information about the Openmp-commits
mailing list