Skip to content

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

Notifications You must be signed in to change notification settings

DeliciousLines/get-gpu-temperature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages