cuda.bindings.nvml.vgpu_type_get_max_instances_per_gpu_instance#

cuda.bindings.nvml.vgpu_type_get_max_instances_per_gpu_instance(
unsigned int vgpu_type_id,
) unsigned int#
Retrieve the maximum number of vGPU instances per GPU instance for given vGPU type.

:param vgpu_type_id: Handle to vGPU type.
:type vgpu_type_id: VgpuTypeId

:returns: Maximum number of vGPU instances per GPU instance
:rtype: unsigned int

.. seealso:: `nvmlVgpuTypeGetMaxInstancesPerGpuInstance`