cuda.bindings.nvml.device_get_performance_state#

cuda.bindings.nvml.device_get_performance_state(intptr_t device) int#
Retrieves the current performance state for the device.

: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:: `nvmlDeviceGetPerformanceState`