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.

Parameters:

device (intptr_t) – The identifier of the target device.

Returns:

Reference in which pSchedulerState is returned.

Return type:

nvmlVgpuSchedulerGetState_t

See also

nvmlDeviceGetVgpuSchedulerState