cuda.bindings.nvml.gpu_instance_get_vgpu_scheduler_state#

cuda.bindings.nvml.gpu_instance_get_vgpu_scheduler_state(intptr_t gpu_instance)#
Returns the vGPU scheduler state for the given GPU instance. The information returned in ``nvmlVgpuSchedulerStateInfo_t`` is not relevant if the BEST EFFORT policy is set.

:param gpu_instance: The GPU instance handle.
:type gpu_instance: intptr_t

:returns: Reference in which ``pSchedulerStateInfo`` is returned.
:rtype: nvmlVgpuSchedulerStateInfo_v1_t

.. seealso:: `nvmlGpuInstanceGetVgpuSchedulerState`