cuda.bindings.nvml.device_get_power_management_default_limit#

cuda.bindings.nvml.device_get_power_management_default_limit(
intptr_t device,
) unsigned int#
Retrieves default power management limit on this device, in milliwatts. Default power management limit is a power management limit that the device boots with.

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

:returns: Reference in which to return the default power management limit in milliwatts.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetPowerManagementDefaultLimit`