[Openmp-commits] [PATCH] D107927: [OpenMP] Use IsHostPtr where needed for targetDataBegin
Joel E. Denny via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Aug 11 14:11:05 PDT 2021
jdenny added inline comments.
================
Comment at: openmp/libomptarget/src/device.h:212
/// mapping already exists, the target pointer will be returned directly. In
/// addition, if \p MoveData is true, the memory region pointed by \p
/// HstPtrBegin of size \p Size will also be transferred to the device. If the
----------------
Ah, I overlooked this documentation. I'll update it later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107927/new/
https://reviews.llvm.org/D107927
More information about the Openmp-commits
mailing list