fastfetch
fastfetch copied to clipboard
[FEAT] Add detection of NPUs / AI accelerators and their capabilities.
Wanted Features:
Detect NPUs and other AI accelerator devices and their features, for example: manufacturer name, device name, architecture, frequency, number of cores, and supported AI frameworks.
Motivation:
With the growing popularity of AI, more manufacturers and more users have devices specifically for increasing AI performance, like dedicated AI accelerator PCIe cards and NPUs integrated into desktop processors and mobile SoCs. Soon, those devices may become almost as important for some users as the CPU or GPU.
Please note that I don't currently have such a device myself, so I won't be able to help in testing it, but I thought that fastfetch has some much less important modules, and this one is, in my opinion, missing. If it is not possible for you to implement it at the moment, feel free to leave it for a future time.
I don't currently have such a device myself
Me either.
Maybe I can help add this feature. It would be easy to get this information from the pci bus. But the main problem is that the current NPU drivers are not complete in their functionality (especially on linux), so more specific information such as the number of neural network cores, is not readily available at this time.