[Openmp-commits] [PATCH] D136103: OpenMP asynchronous memory copy support

Jisheng Zhao via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Oct 24 17:52:03 PDT 2022


jz10 updated this revision to Diff 470339.
jz10 added a comment.

Thanks Johannes and Shilei

I added few test cases for asynchronous routine at test/api folder


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

https://reviews.llvm.org/D136103

Files:
  openmp/libomptarget/include/interop.h
  openmp/libomptarget/src/api.cpp
  openmp/libomptarget/src/exports
  openmp/libomptarget/src/private.h
  openmp/libomptarget/test/api/omp_target_memcpy_async1.c
  openmp/libomptarget/test/api/omp_target_memcpy_async2.c
  openmp/libomptarget/test/api/omp_target_memcpy_async3.c
  openmp/libomptarget/test/api/omp_target_memcpy_rect_async1.c
  openmp/libomptarget/test/api/omp_target_memcpy_rect_async2.c
  openmp/libomptarget/test/api/omp_target_memcpy_rect_async3.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136103.470339.patch
Type: text/x-patch
Size: 34975 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20221025/32633fa6/attachment-0001.bin>


More information about the Openmp-commits mailing list