DeliciousLines / get-gpu-temperature

This is a simple example that shows how to get GPU temperature for NVIDIA and AMD GPUs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple example that shows how to get GPU temperature for NVIDIA and AMD GPUs.

The code lies in entry_point.c. It makes use of two APIs:

To compile this simply give entry_point.c to your compiler of choice.

MSVC example: cl /O2 /TC entry_point.c /Fegpu_temperature.exe

entry_point.c uses the MIT license. API header files use their own respective licenses.

About

This is a simple example that shows how to get GPU temperature for NVIDIA and AMD GPUs.


Languages

Language:C 100.0%