cuda.bindings.nvml.device_get_fan_control_policy_v2#

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

Gets current fan control policy.

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 control policy.

Return type:

unsigned int

See also

nvmlDeviceGetFanControlPolicy_v2