pub const CUDA_ERROR_HOST_MEMORY_ALREADY_REGISTERED: cudaError_enum = 712;Expand description
This error indicates that the memory range passed to ::cuMemHostRegister() has already been registered.
pub const CUDA_ERROR_HOST_MEMORY_ALREADY_REGISTERED: cudaError_enum = 712;This error indicates that the memory range passed to ::cuMemHostRegister() has already been registered.