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

Hansang Bae via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Sep 15 07:41:37 PDT 2021


hbae accepted this revision.
hbae added inline comments.
This revision is now accepted and ready to land.


================
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,
----------------
protze.joachim wrote:
> 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
OK.


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