cuda.bindings.nvml.device_set_gpu_locked_clocks#

cuda.bindings.nvml.device_set_gpu_locked_clocks(
intptr_t device,
unsigned int min_gpu_clock_m_hz,
unsigned int max_gpu_clock_m_hz,
)#
Set clocks that device will lock to.

:param device: The identifier of the target device.
:type device: intptr_t
:param min_gpu_clock_m_hz: Requested minimum gpu clock in MHz.
:type min_gpu_clock_m_hz: unsigned int
:param max_gpu_clock_m_hz: Requested maximum gpu clock in MHz.
:type max_gpu_clock_m_hz: unsigned int

.. seealso:: `nvmlDeviceSetGpuLockedClocks`