cuda.bindings.nvml.device_set_clock_offsets#

cuda.bindings.nvml.device_set_clock_offsets(intptr_t device, intptr_t info)#
Control current clock offset of some clock domain for a given PState.

:param device: The identifier of the target device.
:type device: intptr_t
:param info: Structure specifying the clock type (input), the pstate (input) and clock offset value (input).
:type info: intptr_t

.. seealso:: `nvmlDeviceSetClockOffsets`