cuda.bindings.nvml.compute_instance_get_info_v2#

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

Get compute instance information.

For Ampere ™️ or newer fully supported devices. Supported on Linux only.

Parameters:

compute_instance (intptr_t) – The compute instance handle.

Returns:

Return compute instance information.

Return type:

nvmlComputeInstanceInfo_t

See also

nvmlComputeInstanceGetInfo_v2