[Openmp-commits] [PATCH] D105121: [OpenMP] Avoid checking parent reference count in targetDataBegin
Joel E. Denny via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jul 9 13:16:18 PDT 2021
jdenny added a comment.
In D105121#2867779 <https://reviews.llvm.org/D105121#2867779>, @RaviNarayanaswamy wrote:
> #pragma omp target map(s1.p[0:10])
>
> Memory and data copy will happened for p[0:10] and the device copy of s1 will be updated with the device pointer to p
Are you concerned about a misbehavior here?
Do you want me to wait to push until some of the subscribers you've added have a chance to review?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105121/new/
https://reviews.llvm.org/D105121
More information about the Openmp-commits
mailing list