cuda.bindings.nvml.device_get_supported_clocks_event_reasons#

cuda.bindings.nvml.device_get_supported_clocks_event_reasons(
intptr_t device,
) unsigned long long#
Retrieves bitmask of supported clocks event reasons that can be returned by ``nvmlDeviceGetCurrentClocksEventReasons``.

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

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

.. seealso:: `nvmlDeviceGetSupportedClocksEventReasons`