[Openmp-commits] [PATCH] D60972: [OpenMP 5.0] libomptarget interface for declare mapper functions

Lingda Li via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Apr 22 10:57:22 PDT 2019


lildmh created this revision.
lildmh added reviewers: ABataev, hfinkel, Meinersbur, kkwli0.
lildmh added a project: OpenMP.
Herald added subscribers: openmp-commits, jdoerfert, guansong.

This patch implements the libomptarget runtime interface for OpenMP 5.0 declare mapper functions, which include an synchronous version and an asynchronous (nowait) one. The declare mapper functions generated by Clang will call them to complete the mapping of members.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D60972

Files:
  libomptarget/include/omptarget.h
  libomptarget/src/exports
  libomptarget/src/interface.cpp
  libomptarget/src/omptarget.cpp
  libomptarget/src/private.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60972.196094.patch
Type: text/x-patch
Size: 15047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190422/118a5a39/attachment-0001.bin>


More information about the Openmp-commits mailing list