cuda.bindings.nvml.compute_instance_get_info_v2#

cuda.bindings.nvml.compute_instance_get_info_v2(intptr_t compute_instance)#

Get compute instance information.

Parameters:

compute_instance (intptr_t) – The compute instance handle.

Returns:

Return compute instance information.

Return type:

nvmlComputeInstanceInfo_t

See also

nvmlComputeInstanceGetInfo_v2