问题描述
我感兴趣的方式如何读取GPU温度(图形处理单元,图形卡的主芯片),通过使用一些视频卡驱动程序API?
I am interested in a way how to read GPU temperature (graphics processing unit, main chip of graphic card), by using some video card driver API?
大家都知道,有两种不同的芯片厂商(流行的,至少) - ATI和NVIDIA - 因此有两种不同类型的驱动程序从读取温度。我想学习如何做到这一点为每个不同的卡驱动程序。
Everyone knows that there two different chip manufacturers (popular ones, at least) - ATI and nVIDIA - so there are two different kinds of drivers to read temperature from. I'm interested in learning how to do it for each different card driver.
语言问题是不相关的 - 它可能是C / C ++ ,. NET平台,Java,但是让我们说,.NET是preferred
Language in question is irrelevant - it could be C/C++, .NET platform, Java, but let's say that .NET is preferred.
任何以前这样做呢?
推荐答案
有关的nVidia你会使用 nvcpl.dll
。
For nVidia you would use nvcpl.dll
.
下面的文档是:结果
http://developer.download.nvidia.com/SDK/9.5/Samples/DEMOS/common/src/NvCpl/docs/NVControlPanel_API.pdf
这篇关于如何读取GPU(显卡)的温度?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!