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.
- Parameters:
device (intptr_t) – The identifier of the target device.
- 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).
- Return type:
nvmlClockOffset_v1_t
See also
nvmlDeviceGetClockOffsets