Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 533 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 533 Bytes

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.