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.

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