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.

Parameters:
  • gpu_instance (intptr_t) – The GPU instance handle.

  • p_scheduler (intptr_t) – Pointer to the caller-provided structure of nvmlVgpuSchedulerState_t.

See also

nvmlGpuInstanceSetVgpuSchedulerState