[Openmp-commits] [PATCH] D106975: [openmp] Update OMPT declaration and implementation in the runtime

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Sep 10 07:18:49 PDT 2021


protze.joachim added inline comments.


================
Comment at: openmp/runtime/src/include/omp-tools.h.var:320
   ompt_target_data_disassociate               = 6,
+  ompt_target_data_transfer                   = 7,
   ompt_target_data_alloc_async                = 17,
----------------
hbae wrote:
> Is this an extension?
> I could not find it in 5.1, TR10, or in any open ticket.
The use case for this flag is for `omp_target_memcpy` and similar functions, where it is possible to copy from one device to another device. 
Thanks for the reminder to create an issue for the OpenMP spec. I created #3006 for this


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106975



More information about the Openmp-commits mailing list