cuda.bindings.nvml.device_get_target_fan_speed#
- cuda.bindings.nvml.device_get_target_fan_speed(
- intptr_t device,
- unsigned int fan,
Retrieves the intended target 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:: `nvmlDeviceGetTargetFanSpeed`