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.

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

  • min_gpu_clock_m_hz (unsigned int) – Requested minimum gpu clock in MHz.

  • max_gpu_clock_m_hz (unsigned int) – Requested maximum gpu clock in MHz.

See also

nvmlDeviceSetGpuLockedClocks