cuda.bindings.nvml.gpu_instance_get_info#

cuda.bindings.nvml.gpu_instance_get_info(intptr_t gpu_instance)#

Get GPU instance information.

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

Parameters:

gpu_instance (intptr_t) – The GPU instance handle.

Returns:

Return GPU instance information.

Return type:

nvmlGpuInstanceInfo_t

See also

nvmlGpuInstanceGetInfo