cuda.bindings.nvml.device_get_current_clock_freqs#

cuda.bindings.nvml.device_get_current_clock_freqs(intptr_t device) str#
Retrieves a string with the associated current GPU Clock and Memory Clock values.

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

:returns: The current clock frequency string.
:rtype: str

.. seealso:: `nvmlDeviceGetCurrentClockFreqs`