pub fn query_registered_pointer_info(
ptr: *const u8,
) -> CudaResult<RegisteredPointerInfo>Expand description
Queries the CUDA driver for information about a registered pointer.
ยงErrors
CudaError::NotSupportedon macOS.CudaError::InvalidValueif the pointer is not known to the driver.- Other driver errors from
cuPointerGetAttribute.