cuda.bindings.nvml.device_get_power_usage#
- cuda.bindings.nvml.device_get_power_usage(intptr_t device) unsigned int#
Retrieves power usage for this GPU in milliwatts and its associated circuitry (e.g. memory).
- Parameters:
device (intptr_t) – The identifier of the target device.
- Returns:
Reference in which to return the power usage information.
- Return type:
unsigned int
See also
nvmlDeviceGetPowerUsage