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``.

:param device: The identifier of the target device.
:type device: intptr_t
:param memory_clock_m_hz: Memory clock for which to return possible graphics clocks.
:type memory_clock_m_hz: unsigned int

.. seealso:: `nvmlDeviceGetSupportedGraphicsClocks`