We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b80acd commit 08dcbccCopy full SHA for 08dcbcc
cuda_core/cuda/core/system/_fan.pxi
@@ -92,7 +92,7 @@ cdef class FanInfo:
92
93
For all CUDA-capable discrete products with fans.
94
"""
95
- return nvml.device_get_fan_control_policy_v2(self._handle, self._fan)
+ return FanControlPolicy(nvml.device_get_fan_control_policy_v2(self._handle, self._fan))
96
97
def set_default_fan_speed(self):
98
0 commit comments