CUDA_ERROR_HOST_MEMORY_NOT_REGISTERED

Constant CUDA_ERROR_HOST_MEMORY_NOT_REGISTERED 

Source
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.