SveSop / nvapi_standalone

Standalone meson compile of nVidia's nvapi.
Other
14 stars 2 forks source link

Is it possible to obtain gpu memory junction temperature by Nvapi? #5

Open nendonerd opened 3 years ago

nendonerd commented 3 years ago

HWiNFO and GPU-Z have implement the "gpu memory junction temperature" for rtx3080/3090 gddr6x vram.

I'm trying to find such function to get vram temp in nvapi but got no luck.

The closest stuff I found was NvAPI_GPU_GetThermalSettings(nvGPUHandle[id], NVAPI_THERMAL_TARGET_MEMORY,&thermalSettings);but the resultthermalSettings.sensor[0].currentTempwas 0x FFFF FFFF CCCC CCCC`, which means the vram temp feature is not implemented.

Through LOTS of googling I found your repo which have some undocumented nvapi query functions.

Is there any nvapi function that can get the vram temp? I'm begging for your help.

Autbam commented 3 years ago

the same as me. I can not find any function to get gddr6x temp in nvapi.dll and nvml.dll maybe the func is hided

szgturnin commented 2 years ago

today ,it is finished??? i still can't get memory tempterature ,by nvml and nvapi