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.

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

See also

nvmlDeviceGetCurrentClocksEventReasons