cuda.bindings.nvml.device_get_clock_info#

cuda.bindings.nvml.device_get_clock_info(intptr_t device, int type) unsigned int#
Retrieves the current clock speeds for the device.

:param device: The identifier of the target device.
:type device: intptr_t
:param type: Identify which clock domain to query.
:type type: ClockType

:returns: Reference in which to return the clock speed in MHz.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetClockInfo`