On 19/3/25 11:04, tim wade wrote:

How can I check the graphics card model of my computer and how can I test the floating-point computing capability of the graphics card?


sudo lspci -v | grep -A 1 -i "VGA compatible controller"

sudo lshw -C display

if you card is nvidia then

nvidia-smi


As for checking floating point capability, you'll have to check the manufacturer data sheet


Reply via email to