cuda.bindings.nvml.device_get_current_clocks_event_reasons#

cuda.bindings.nvml.device_get_current_clocks_event_reasons(
intptr_t device,
) unsigned long long#
Retrieves current clocks event reasons.

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

:returns: Reference in which to return bitmask of active clocks event reasons.
:rtype: unsigned long long

.. seealso:: `nvmlDeviceGetCurrentClocksEventReasons`