cuda.bindings.nvml.device_get_clock_offsets#
- cuda.bindings.nvml.device_get_clock_offsets(
- intptr_t device,
- nvmlClockType_t clock_type,
- nvmlPstates_t pstate,
Retrieve min, max and current clock offset of some clock domain for a given PState. :param device: The identifier of the target device. :type device: intptr_t :returns: Structure specifying the clock type (input) and the pstate (input) retrieved clock offset value (output), min clock offset (output) and max clock offset (output). :rtype: nvmlClockOffset_v1_t .. seealso:: `nvmlDeviceGetClockOffsets`