[Openmp-commits] [PATCH] D89888: [libomptarget][amdgcn] Refactor memcpy to eliminate maps

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Oct 21 08:35:08 PDT 2020


JonChesterfield added inline comments.


================
Comment at: openmp/libomptarget/plugins/amdgpu/impl/atmi.cpp:43
+
+static hsa_status_t invoke_hsa_copy(hsa_signal_t sig, void *dest,
+                                    const void *src, size_t size,
----------------
this moved unchanged from data.cpp


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89888



More information about the Openmp-commits mailing list