[Openmp-commits] [PATCH] D142514: [OpenMP][libomptarget] Notify the plugins regarding new mapping/unmappings

Ye Luo via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 24 17:33:07 PST 2023


ye-luo added inline comments.


================
Comment at: openmp/libomptarget/include/omptargetplugin.h:219
+// host address \p HstPtr and \p Size bytes.
+int32_t __tgt_rtl_data_mapped(int32_t ID, void *HstPtr, int64_t Size);
+
----------------
The same as line 215


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142514/new/

https://reviews.llvm.org/D142514



More information about the Openmp-commits mailing list