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.

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

:returns: Reference in which to return the performance state reading.
:rtype: int

.. seealso:: `nvmlDeviceGetPowerState`