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.

:param device: The identifier of the target device.
:type device: intptr_t
:param clock_type: Identify which clock domain to query.
:type clock_type: ClockType

:returns: Reference in which to return the clock in MHz.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetMaxCustomerBoostClock`