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.
pSchedulerLogInfopoints to a caller-allocated structure to contain the logs. The number of elements returned will never exceedNVML_SCHEDULER_SW_MAX_LOG_ENTRIES.- Parameters:
gpu_instance (intptr_t) – The GPU instance handle.
- Returns:
Reference in which
pSchedulerLogInfois written.- Return type:
nvmlVgpuSchedulerLogInfo_v1_t
See also
nvmlGpuInstanceGetVgpuSchedulerLog