cuda.bindings.nvml.device_get_fan_speed_v2#
- cuda.bindings.nvml.device_get_fan_speed_v2(
- intptr_t device,
- unsigned int fan,
Retrieves the intended operating speed of the device’s specified fan.
Note: The reported speed is the intended fan speed. If the fan is physically blocked and unable to spin, the output will not match the actual fan speed. For all discrete products with dedicated fans. The fan speed is expressed as a percentage of the product’s maximum noise tolerance fan speed. This value may exceed 100% in certain cases.
- 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
nvmlDeviceGetFanSpeed_v2