cuda.bindings.nvml.device_get_current_clocks_event_reasons#
- cuda.bindings.nvml.device_get_current_clocks_event_reasons(
- intptr_t device,
Retrieves current clocks event reasons.
For all fully supported products.
- Parameters:
device (intptr_t) – The identifier of the target device.
- Returns:
- Reference in which to return bitmask of active
clocks event reasons.
- Return type:
unsigned long long
Note
More than one bit can be enabled at the same time. Multiple reasons can be affecting clocks at once.
See also
nvmlDeviceGetCurrentClocksEventReasons