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 policy to set.

See also

nvmlDeviceSetFanControlPolicy