cuda.bindings.nvml.device_get_fan_speed#

cuda.bindings.nvml.device_get_fan_speed(intptr_t device) unsigned int#

Retrieves the intended operating speed of the device’s 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.

Returns:

Reference in which to return the fan speed

percentage.

Return type:

unsigned int

See also

nvmlDeviceGetFanSpeed