pub const CUDA_ERROR_HOST_MEMORY_NOT_REGISTERED: cudaError_enum = 713;Expand description
This error indicates that the pointer passed to ::cuMemHostUnregister() does not correspond to any currently registered memory region.
pub const CUDA_ERROR_HOST_MEMORY_NOT_REGISTERED: cudaError_enum = 713;This error indicates that the pointer passed to ::cuMemHostUnregister() does not correspond to any currently registered memory region.