cuda.bindings.nvml.gpu_instance_set_vgpu_scheduler_state#

cuda.bindings.nvml.gpu_instance_set_vgpu_scheduler_state(
intptr_t gpu_instance,
intptr_t p_scheduler,
)#
Set vGPU scheduler state for the given GPU instance.

:param gpu_instance: The GPU instance handle.
:type gpu_instance: intptr_t
:param p_scheduler: Pointer to the caller-provided structure of nvmlVgpuSchedulerState_t.
:type p_scheduler: intptr_t

.. seealso:: `nvmlGpuInstanceSetVgpuSchedulerState`