cuda.bindings.nvml.gpu_instance_get_vgpu_scheduler_log#

cuda.bindings.nvml.gpu_instance_get_vgpu_scheduler_log(intptr_t gpu_instance)#

Returns the vGPU scheduler logs for the given GPU instance. pSchedulerLogInfo 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:

gpu_instance (intptr_t) – The GPU instance handle.

Returns:

Reference in which pSchedulerLogInfo is written.

Return type:

nvmlVgpuSchedulerLogInfo_v1_t

See also

nvmlGpuInstanceGetVgpuSchedulerLog