cuda.bindings.nvml.device_get_power_state#
- cuda.bindings.nvml.device_get_power_state(intptr_t device) int#
Deprecated: Use
nvmlDeviceGetPerformanceState. This function exposes an incorrect generalization.Retrieve the current performance state for the device. For Fermi ™️ or newer fully supported devices. See
nvmlPstates_tfor details on allowed performance states.- Parameters:
device (intptr_t) – The identifier of the target device.
- Returns:
Reference in which to return the performance state reading.
- Return type:
See also
nvmlDeviceGetPowerState