cuda.bindings.nvml.device_get_target_fan_speed#
- cuda.bindings.nvml.device_get_target_fan_speed(
- intptr_t device,
- unsigned int fan,
Retrieves the intended target speed of the device’s specified fan.
- Parameters:
device (intptr_t) – The identifier of the target device.
fan (unsigned int) – The index of the target fan, zero indexed.
- Returns:
Reference in which to return the fan speed percentage.
- Return type:
unsigned int
See also
nvmlDeviceGetTargetFanSpeed