cuda.bindings.nvml.device_get_supported_graphics_clocks#

cuda.bindings.nvml.device_get_supported_graphics_clocks(
intptr_t device,
unsigned int memory_clock_m_hz,
)#

Retrieves the list of possible graphics clocks that can be used as an argument for nvmlDeviceSetGpuLockedClocks.

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

  • memory_clock_m_hz (unsigned int) – Memory clock for which to return possible graphics clocks.

See also

nvmlDeviceGetSupportedGraphicsClocks