[Openmp-commits] [PATCH] D102000: [libomptarget] Add support for target memory allocators to cuda RTL

Xiang Zhang via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sat May 8 02:03:28 PDT 2021


xiangzhangllvm added inline comments.


================
Comment at: openmp/libomptarget/plugins/cuda/src/rtl.cpp:327
+        void *HostPtr;
+        Err = cuMemAllocHost(&HostPtr, Size);
+        MemAlloc = HostPtr;
----------------
Sorry, where is the def of "cuMemAllocHost"? I didn't find it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102000



More information about the Openmp-commits mailing list