Hallo,
in the documentation it says that you can allocate pinned memory with cuMemAllocHost.
To copy data you should use the cuMemcpy method to copy unpinned data to the pinned memory, but I cannot find such a method.
Is it possible to use the regular methods, like memcpy or memset or is it better to use the CUDA methods?
Thanks
Martin