cuda.bindings.nvml.device_get_clock_info#

cuda.bindings.nvml.device_get_clock_info(intptr_t device, int type) unsigned int#

Retrieves the current clock speeds for the device.

Parameters:
  • device (intptr_t) – The identifier of the target device.

  • type (ClockType) – Identify which clock domain to query.

Returns:

Reference in which to return the clock speed in MHz.

Return type:

unsigned int

See also

nvmlDeviceGetClockInfo