cuda.bindings.nvml.device_get_vgpu_scheduler_state#

cuda.bindings.nvml.device_get_vgpu_scheduler_state(intptr_t device)#
Returns the vGPU scheduler state. The information returned in ``nvmlVgpuSchedulerGetState_t`` is not relevant if the BEST EFFORT policy is set.

:param device: The identifier of the target ``device``.
:type device: intptr_t

:returns: Reference in which ``pSchedulerState`` is returned.
:rtype: nvmlVgpuSchedulerGetState_t

.. seealso:: `nvmlDeviceGetVgpuSchedulerState`