CUDA 2.2 Pinned Memory APIs
developer.download.nvidia.com › compute › DevZoneIn addition, before CUDA 2.2, pinned memory could only be copied to and from a GPU’s device memory; CUDA kernels could not access CPU memory directly, even if it was pinned. CUDA 2.2 introduces new APIs that relax these restrictions via a new function called . cuMemHostAlloc() 2 (or in the CUDA runtime, cudaHostAlloc()). The new features are ...