cuda.bindings.nvml.device_set_fan_control_policy#
- cuda.bindings.nvml.device_set_fan_control_policy(
- intptr_t device,
- unsigned int fan,
- unsigned int policy,
Sets current fan control policy.
- Parameters:
device (intptr_t) – The identifier of the target
device.fan (unsigned int) – The index of the fan, starting at zero.
policy (unsigned int) – The fan control
policyto set.
See also
nvmlDeviceSetFanControlPolicy