nvmlVgpuSchedulerSetParams_t#

union nvmlVgpuSchedulerSetParams_t#
#include <C:/Users/rachnap/Perforce/rachnap_cuda_docs_new/sw/docs/gpu-deploy/rst/docs/nvml-api/headers/nvml.h>

Union to represent the vGPU Scheduler set Parameters.

Public Members

unsigned int avgFactor#

Average factor in compensating the timeslice for Adaptive Round Robin mode. 0 or unspecified uses default.

unsigned int frequency#

Frequency for Adaptive Round Robin mode. 0 or unspecified uses default.

struct nvmlVgpuSchedulerSetParams_t::[anonymous] vgpuSchedDataWithARR#
unsigned int timeslice#

The timeslice in ns(Nanoseconds) for each software run list as configured, or the default value if unspecified or set to 0.

struct nvmlVgpuSchedulerSetParams_t::[anonymous] vgpuSchedData#