cuda.bindings.nvml.device_get_fan_speed_v2#

cuda.bindings.nvml.device_get_fan_speed_v2(
intptr_t device,
unsigned int fan,
) unsigned int#

Retrieves the intended operating 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

nvmlDeviceGetFanSpeed_v2