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.

:param device: The identifier of the target device.
:type device: intptr_t

: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.
:rtype: A 2-tuple containing

.. seealso:: `nvmlDeviceGetPowerManagementLimitConstraints`