[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
Tue Jan 24 18:39:49 PST 2023
tianshilei1992 added a comment.
If it servers as notifying data mapping, `__tgt_rtl_notify_data_map` sounds more appropriate to me. `__tgt_rtl_data_mapped` sounds like checking whether it is mapped, and that's how it confused me initially.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142514/new/
https://reviews.llvm.org/D142514
More information about the Openmp-commits
mailing list