[PATCH] D136103: OpenMP asynchronous memory copy support

Jan-Patrick Lehr via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 30 02:15:35 PDT 2023


jplehr updated this revision to Diff 509581.
jplehr added a comment.

Fix bug to corectly support the maximally supported dimensions as required by the spec.


Repository:
  rG LLVM Github Monorepo

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_rect_async1.c
  openmp/libomptarget/test/api/omp_target_memcpy_rect_async2.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136103.509581.patch
Type: text/x-patch
Size: 22208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230330/73bfb679/attachment-0001.bin>


More information about the cfe-commits mailing list