[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 19:06:27 PST 2023
ye-luo added a comment.
In D142514#4078989 <https://reviews.llvm.org/D142514#4078989>, @tianshilei1992 wrote:
> If it servers as notifying data mapping, `__tgt_rtl_notify_data_map` or something like that sounds more appropriate to me. `__tgt_rtl_data_mapped` sounds like checking whether it is mapped, and that's how it confused me initially.
Can be __tgt_rtl_data_notify_mapped and __tgt_rtl_data_notify_unmapped by keeping __tgt_rtl_data prefix
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142514/new/
https://reviews.llvm.org/D142514
More information about the Openmp-commits
mailing list