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.

Parameters:

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

Returns:

Reference in which to return the default power management limit in milliwatts.

Return type:

unsigned int

See also

nvmlDeviceGetPowerManagementDefaultLimit