cuda.bindings.nvml.vgpu_instance_set_encoder_capacity#

cuda.bindings.nvml.vgpu_instance_set_encoder_capacity(
unsigned int vgpu_instance,
unsigned int encoder_capacity,
)#

Set the encoder capacity of a vGPU instance, as a percentage of maximum encoder capacity with valid values in the range 0-100.

Parameters:
  • vgpu_instance (unsigned int) – Identifier of the target vGPU instance.

  • encoder_capacity (unsigned int) – Unsigned int for the encoder capacity value.

See also

nvmlVgpuInstanceSetEncoderCapacity