cuda.bindings.nvml.device_set_memory_locked_clocks#
- cuda.bindings.nvml.device_set_memory_locked_clocks(
- intptr_t device,
- unsigned int min_mem_clock_m_hz,
- unsigned int max_mem_clock_m_hz,
Set memory clocks that device will lock to. :param device: The identifier of the target device. :type device: intptr_t :param min_mem_clock_m_hz: Requested minimum memory clock in MHz. :type min_mem_clock_m_hz: unsigned int :param max_mem_clock_m_hz: Requested maximum memory clock in MHz. :type max_mem_clock_m_hz: unsigned int .. seealso:: `nvmlDeviceSetMemoryLockedClocks`