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.
- Parameters:
device (intptr_t) – The identifier of the target device.
min_mem_clock_m_hz (unsigned int) – Requested minimum memory clock in MHz.
max_mem_clock_m_hz (unsigned int) – Requested maximum memory clock in MHz.
See also
nvmlDeviceSetMemoryLockedClocks