cuda.bindings.nvml.device_get_supported_event_types#

cuda.bindings.nvml.device_get_supported_event_types(
intptr_t device,
) unsigned long long#
Returns information about events supported on device.

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

:returns: Reference in which to return bitmask of supported events.
:rtype: unsigned long long

.. seealso:: `nvmlDeviceGetSupportedEventTypes`