cuda.bindings.nvml.device_get_min_max_clock_of_p_state#

cuda.bindings.nvml.device_get_min_max_clock_of_p_state(
intptr_t device,
int type,
int pstate,
) tuple#

Retrieve min and max clocks of some clock domain for a given PState.

Parameters:
  • device (intptr_t) – The identifier of the target device.

  • type (ClockType) – Clock domain.

  • pstate (Pstates) – PState to query.

Returns:

  • unsigned int: Reference in which to return min clock frequency.

  • unsigned int: Reference in which to return max clock frequency.

Return type:

A 2-tuple containing

See also

nvmlDeviceGetMinMaxClockOfPState