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.

For all fully supported products. This method is not supported in virtual machines running virtual GPU (vGPU).

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