cuda.bindings.nvml.device_set_vgpu_scheduler_state#

cuda.bindings.nvml.device_set_vgpu_scheduler_state(
intptr_t device,
intptr_t p_scheduler_state,
)#
Sets the vGPU scheduler state.

:param device: The identifier of the target ``device``.
:type device: intptr_t
:param p_scheduler_state: vGPU ``p_scheduler_state`` to set.
:type p_scheduler_state: intptr_t

.. seealso:: `nvmlDeviceSetVgpuSchedulerState`