[Openmp-commits] [PATCH] D141227: [OpenMP][libomptarget] Implement memory lock/unlock API in NextGen plugins
Kevin Sala Penadés via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun Jan 8 08:57:17 PST 2023
kevinsala created this revision.
kevinsala added reviewers: jdoerfert, jhuber6, JonChesterfield, ye-luo, tianshilei1992, carlo.bertolli.
kevinsala added a project: OpenMP.
Herald added subscribers: kosarev, kerbowa, guansong, yaxunl, jvesely.
Herald added a project: All.
kevinsala requested review of this revision.
Herald added subscribers: openmp-commits, sstefan1.
This patch implements the memory lock/unlock API, introduced in patch https://reviews.llvm.org/D139208, in the NextGen plugins.
The patch also re-organizes the map of host pinned allocations in PluginInterface.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D141227
Files:
openmp/libomptarget/plugins-nextgen/amdgpu/src/rtl.cpp
openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp
openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h
openmp/libomptarget/plugins-nextgen/cuda/src/rtl.cpp
openmp/libomptarget/plugins-nextgen/generic-elf-64bit/src/rtl.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141227.487198.patch
Type: text/x-patch
Size: 18288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230108/9408b2c2/attachment-0001.bin>
More information about the Openmp-commits
mailing list