cuda.bindings.nvml.device_get_fan_speed_rpm#
- cuda.bindings.nvml.device_get_fan_speed_rpm(
- intptr_t device,
- unsigned int fan,
Retrieves the intended operating speed in rotations per minute (RPM) of the device’s specified fan.
- Parameters:
device (intptr_t) – The identifier of the target device.
fan (unsigned int) – The index of the fan to query.
- Returns:
The fan speed in RPM.
- Return type:
rpm (unsigned int)
See also
nvmlDeviceGetFanSpeedRPM