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 f8fdca9 commit d752eedCopy full SHA for d752eed
IntelPresentMon/ControlLib/NvidiaPowerTelemetryAdapter.cpp
@@ -67,8 +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
- if (sensor.target == NVAPI_THERMAL_TARGET_GPU &&
71
- sensor.controller == NVAPI_THERMAL_CONTROLLER_GPU_INTERNAL)
+ if (sensor.target == NVAPI_THERMAL_TARGET_GPU)
72
73
info.gpu_temperature_c = (double)sensor.currentTemp;
74
SetTelemetryCapBit(GpuTelemetryCapBits::gpu_temperature);
0 commit comments