cuda.bindings.nvml.device_get_vgpu_scheduler_log#

cuda.bindings.nvml.device_get_vgpu_scheduler_log(intptr_t device)#

Returns the vGPU Software scheduler logs. pSchedulerLog points to a caller-allocated structure to contain the logs. The number of elements returned will never exceed NVML_SCHEDULER_SW_MAX_LOG_ENTRIES.

Parameters:

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

Returns:

Reference in which pSchedulerLog is written.

Return type:

nvmlVgpuSchedulerLog_t

See also

nvmlDeviceGetVgpuSchedulerLog