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 aa15aac commit db6c3a5Copy full SHA for db6c3a5
IntelPresentMon/ControlLib/NvidiaPowerTelemetryAdapter.cpp
@@ -67,6 +67,7 @@ namespace pwr::nv
67
// loop through all sensors, read those of interest into output struct
68
for (const auto& sensor : thermals.sensor)
69
{
70
+ // TODO: consider prioritizing sensor.controller == NVAPI_THERMAL_CONTROLLER_GPU_INTERNAL when multiple GPU thermals are present
71
if (sensor.target == NVAPI_THERMAL_TARGET_GPU)
72
73
info.gpu_temperature_c = (double)sensor.currentTemp;
@@ -211,4 +212,4 @@ namespace pwr::nv
211
212
213
return name;
214
}
-}
215
+}
0 commit comments