[PATCH] D149815: [OpenMP][Flang][Semantics] Add semantics support for USE_DEVICE_ADDR clause on OMP TARGET DATA directive.
Raghu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 8 08:43:56 PDT 2023
raghavendhra added inline comments.
================
Comment at: flang/test/Semantics/OpenMP/use_device_ptr.f90:15
!$omp target data map(tofrom: a, arrayB) use_device_ptr(b)
- !CHECK: b (OmpUseDevicePtr)
+ !CHECK: b (OmpUseDevicePtr): HostAssoc
allocate(arrayB)
----------------
clementval wrote:
> This change seems related to `use_device_ptr`
Yes, I missed this additional check in previous commit so adding it here. Is that okay?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149815/new/
https://reviews.llvm.org/D149815
More information about the llvm-commits
mailing list