Hello, I am working right now using the Nvidia APi to get information about the graphic card thermal sensor. I have a few questions I would like to clear.
First, does some or all graphic card’s drivers from Nvidia implement some security measures for downing the GPU’s clock (maybe setting it to a idle state) or shutting down the computer to avoid damaging the graphic card due to overheating?
Second, there is some way to get the information, maybe from the driver it self or using some Nvidia api function, of the critical temperatures that the GPU or memory can reach?
And the last, on Nvapi there is a thermal module that gives information about some sensors. I only found that is not very clear if the following attribute refers to the mentioned above “critical temperature” the GPU can reach before taking some safety measures, or it only means the maximum value that can be read from the sensors.
From the documentation:
NvU32 NV_GPU_THERMAL_SETTINGS_V1::defaultMaxTemp
The max default temperature value of the thermal sensor in degree Celsius.
Reference: NVAPI Reference Documentation
Thanks very much!