Skip to content

Instantly share code, notes, and snippets.

@BotBlake
BotBlake / explaination.md
Created June 30, 2024 14:47
GPU Information through Python [Linux]

Idea-Board

This Document is meant to explain every possible approach on how to obtain GPU Information on Linux. Each approach should include the Points: "file", "Step-by-Step", "strengths and weaknesses"

lspci

We will use lspci to deliver hardware information about all PCI Devices. Then we will use lspci again, to deliver detailed output for every "GPU" device.