cuda.bindings.nvml.device_get_encoder_utilization#

cuda.bindings.nvml.device_get_encoder_utilization(intptr_t device) tuple#

Retrieves the current utilization and sampling size in microseconds for the Encoder.

Parameters:

device (intptr_t) – The identifier of the target device.

Returns:

  • unsigned int: Reference to an unsigned int for encoder

    utilization info.

  • unsigned int: Reference to an unsigned int for the sampling

    period in US.

Return type:

A 2-tuple containing

See also

nvmlDeviceGetEncoderUtilization