cuda.bindings.nvml.device_get_power_management_limit_constraints#

cuda.bindings.nvml.device_get_power_management_limit_constraints(
intptr_t device,
) tuple#

Retrieves information about possible values of power management limits on this device.

Parameters:

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

Returns:

  • unsigned int: Reference in which to return the minimum power management limit in milliwatts.

  • unsigned int: Reference in which to return the maximum power management limit in milliwatts.

Return type:

A 2-tuple containing

See also

nvmlDeviceGetPowerManagementLimitConstraints