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. :param device: The identifier of the target device. :type device: intptr_t :param fan: The index of the target fan, zero indexed. :type fan: unsigned int :returns: Reference in which to return the fan speed percentage. :rtype: unsigned int .. seealso:: `nvmlDeviceGetFanSpeed_v2`