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,
Retrieve min and max clocks of some clock domain for a given PState.
- Parameters:
- 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