5.78. nvmlVgpuSchedulerSetParams_t Union Reference
[vGPU Structs]
Union to represent the vGPU Scheduler set Parameters
Public Variables
- unsigned int avgFactor
- Average factor in compensating the timeslice for Adaptive Round Robin mode.
- unsigned int frequency
- Frequency for Adaptive Round Robin mode.
- unsigned int timeslice
- The timeslice in ns(Nanoseconds) for each software run list as configured, or the default value otherwise.
Variables
- unsigned int nvmlVgpuSchedulerSetParams_t::avgFactor [inherited]
-
Average factor in compensating the timeslice for Adaptive Round Robin mode.
- unsigned int nvmlVgpuSchedulerSetParams_t::frequency [inherited]
-
Frequency for Adaptive Round Robin mode.
- unsigned int nvmlVgpuSchedulerSetParams_t::timeslice [inherited]
-
The timeslice in ns(Nanoseconds) for each software run list as configured, or the default value otherwise.