cuda.bindings.nvml.device_get_supported_clocks_event_reasons#
- cuda.bindings.nvml.device_get_supported_clocks_event_reasons(
- intptr_t device,
Retrieves bitmask of supported clocks event reasons that can be returned by
nvmlDeviceGetCurrentClocksEventReasons.- Parameters:
device (intptr_t) – The identifier of the target device.
- Returns:
Reference in which to return bitmask of supported clocks event reasons.
- Return type:
unsigned long long
See also
nvmlDeviceGetSupportedClocksEventReasons