[Openmp-commits] [PATCH] D65340: [OpenMP][libomptarget] Add support for close map modifier
Gheorghe-Teodor Bercea via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jul 26 10:56:56 PDT 2019
gtbercea created this revision.
gtbercea added reviewers: ABataev, Hahnfeld, caomhin, grokos.
Herald added subscribers: openmp-commits, guansong.
Herald added a reviewer: jdoerfert.
Herald added a project: OpenMP.
This patch adds support for the close map modifier.
The close map modifier will overwrite the unified shared memory requirement and create a device copy of the data.
Repository:
rOMP OpenMP
https://reviews.llvm.org/D65340
Files:
libomptarget/include/omptarget.h
libomptarget/src/omptarget.cpp
libomptarget/test/offloading/requires_unified_shared_memory_close.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65340.211968.patch
Type: text/x-patch
Size: 8111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190726/c795d2cd/attachment.bin>
More information about the Openmp-commits
mailing list