[Openmp-commits] [PATCH] D106510: [OpenMP][OpenACC] Implement `hold` map type modifier extension in runtime (2/2)
Joel E. Denny via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jul 21 16:36:50 PDT 2021
jdenny created this revision.
jdenny added reviewers: ABataev, grokos, clementval, jdoerfert, RaviNarayanaswamy.
jdenny added projects: OpenMP, OpenACC.
Herald added subscribers: jfb, guansong, yaxunl.
jdenny requested review of this revision.
Herald added a subscriber: sstefan1.
This patch implements OpenMP runtime support for an original OpenMP
extension we have developed to support OpenACC: the `hold` map type
modifier. The previous patch in this series, D106509 <https://reviews.llvm.org/D106509>, implements Clang
support and documents the new functionality in detail.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D106510
Files:
openmp/libomptarget/include/omptarget.h
openmp/libomptarget/src/api.cpp
openmp/libomptarget/src/device.cpp
openmp/libomptarget/src/device.h
openmp/libomptarget/src/omptarget.cpp
openmp/libomptarget/src/private.h
openmp/libomptarget/test/mapping/hold/omp_target_disassociate_ptr.c
openmp/libomptarget/test/mapping/hold/struct.c
openmp/libomptarget/test/mapping/hold/target-data.c
openmp/libomptarget/test/mapping/hold/target.c
openmp/libomptarget/test/offloading/info.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106510.360527.patch
Type: text/x-patch
Size: 56346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210721/f683aa25/attachment-0001.bin>
More information about the Openmp-commits
mailing list