[PATCH] D148254: [OpenMP][Flang][Semantics] Add semantics support for USE_DEVICE_PTR clause on OMP TARGET DATA directive.

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 10:41:17 PDT 2023


clementval added a comment.

Are you planning to implement this check:

> A list item that specifies a given variable may not appear in more than one use_device_ptr clause.



================
Comment at: flang/test/Semantics/OpenMP/use_device_ptr.f90:19
+end subroutine omp_target_data
\ No newline at end of file

----------------
New line here. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148254/new/

https://reviews.llvm.org/D148254



More information about the llvm-commits mailing list