Commit Graph

9 Commits

Author SHA1 Message Date
Dr-Noob
0950b97393 [v0.30] Build pciutils only if neccesary
If only HSA is enabled we dont need pciutils since AMD detection does
not rely on it. Therefore we change CMakeLists.txt to build pciutils
only if required.

This commit has some side-effects:
1. We now don't build Intel backend by default. In other words, no
   backend is built by default, the user must specify which backend
   to use.
2. There were some issues with includes and wrongly used defines and
   variables. This commit fixes all that.
2025-10-16 08:26:42 +02:00
Dr-Noob
2034bac006 [v0.11] Displaying Graphics Tier in Intel iGPUs 2021-11-27 14:02:02 +01:00
Dr-Noob
149e5ad62c [v0.11] Working for future support of Intel iGPUs 2021-11-25 19:03:52 +01:00
Dr-Noob
a7036218a0 [v0.06] Add check in memory guess to allow guessing only valid memory types for the uarch 2021-08-17 15:09:13 +02:00
Dr-Noob
2687fa5016 [v0.02] Experimental algorithm to detect memory type finished. Information gathering finished 2021-08-15 21:22:41 +02:00
Dr-Noob
a08c06f67a [v0.01] First approach to map pci ids to gpu chip/uarch 2021-08-13 13:50:25 +02:00
Dr-Noob
8bc37d9d71 [v0.01] Detecting uarch. Looks like getting manufacturing process is much harder since we need GPU chip name 2021-08-12 15:51:12 +02:00
Dr-Noob
a15f20a2cc [v0.01] Defining a first approach of the application general structure 2021-08-11 11:34:47 +02:00
Dr-Noob
7b88845d71 [v0.01] Adding and creating basic source code base taken from cpufetch 2021-08-11 10:12:27 +02:00