NVML API Reference Guide (PDF) - vR595 (older) - Last updated April 16, 2026 - Send Feedback

6.114. nvmlVgpuSchedulerParams_t Union Reference

[vGPU Structs]

Union to represent the vGPU Scheduler Parameters

Public Variables

unsigned int  avgFactor
Average factor in compensating the timeslice for Adaptive Round Robin mode. 0 when there is no active scheduling.
unsigned int  timeslice
The timeslice in ns for each software run list as configured, or the default value otherwise. 0 when there is no active scheduling.

Variables

unsigned int nvmlVgpuSchedulerParams_t::avgFactor [inherited]

Average factor in compensating the timeslice for Adaptive Round Robin mode. 0 when there is no active scheduling.

unsigned int nvmlVgpuSchedulerParams_t::timeslice [inherited]

The timeslice in ns for each software run list as configured, or the default value otherwise. 0 when there is no active scheduling.


NVML API Reference Guide (PDF) - vR595 (older) - Last updated April 16, 2026 - Send Feedback