[Openmp-commits] [PATCH] D142514: [OpenMP][libomptarget] Notify the plugins regarding new mapping/unmappings
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Jan 28 15:21:02 PST 2023
tianshilei1992 added inline comments.
================
Comment at: openmp/libomptarget/include/omptargetplugin.h:215
+// memory transfers involving that buffer.
+int32_t __tgt_rtl_data_notify_mapped(int32_t ID, void *HstPtr, int64_t Size);
+
----------------
`__tgt_rtl_notify_data_mapped`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142514/new/
https://reviews.llvm.org/D142514
More information about the Openmp-commits
mailing list