Search
Results
bash - How can I fetch VRAM and GPU cache size in Linux? - Stack Overflow
[https://stackoverflow.com/questions/77708142/how-can-i-fetch-vram-and-gpu-cache-size-in-linux] - - public:mzimmerm
If you have AMD GPU as I do then you can grab PCI ID for the device with lspci command executed with -D flag (shows PCI doamin) and read the following file cat /sys/bus/pci/devices/${pci_slot}/mem_info_vram_total, it contains GPU VRAM size in bytes.
I turned a $95 AMD APU into a 16GB VRAM GPU and it can run stable diffusion! The chip is 4600G. 5600G or 5700G also works. : Amd
[https://old.reddit.com/r/Amd/comments/15t0lsm/i_turned_a_95_amd_apu_into_a_16gb_vram_gpu_and_it/] - - public:mzimmerm