cuda.bindings.nvml.device_get_supported_memory_clocks#
- cuda.bindings.nvml.device_get_supported_memory_clocks(intptr_t device)#
Retrieves the list of possible memory clocks that can be used as an argument for ``nvmlDeviceSetMemoryLockedClocks``. :param device: The identifier of the target device. :type device: intptr_t :returns: Reference in which to return the clock in MHz. :rtype: unsigned int .. seealso:: `nvmlDeviceGetSupportedMemoryClocks`