cuda.bindings.nvml.device_get_enforced_power_limit#

cuda.bindings.nvml.device_get_enforced_power_limit(intptr_t device) unsigned int#

Get the effective power limit that the driver enforces after taking into account all limiters.

Parameters:

device (intptr_t) – The device to communicate with.

Returns:

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

Return type:

unsigned int

See also

nvmlDeviceGetEnforcedPowerLimit