cuda.bindings.utils.get_cuda_native_handle

cuda.bindings.utils.get_cuda_native_handle(obj) int

Returns the address of the provided CUDA Python object as Python int.

Parameters:

obj (Any) – CUDA Python object

Returns:

int

Return type:

The object address.