cuda.bindings.nvml.device_get_max_customer_boost_clock#

cuda.bindings.nvml.device_get_max_customer_boost_clock(
intptr_t device,
int clock_type,
) unsigned int#

Retrieves the customer defined maximum boost clock speed specified by the given clock type.

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

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

Returns:

Reference in which to return the clock in MHz.

Return type:

unsigned int

See also

nvmlDeviceGetMaxCustomerBoostClock