2021年12月30日 星期四

GPU | Linux查看GPU訊息資訊

紀錄一些用基本命令可以查看GPU資訊的命令

$ lspci | grep ' VGA ' | cut -d" " -f 1 | xargs -i lspci -v -s {}

$ lshw -numeric -C display

$ nvidia-smi --list-gpus

$ nvidia-smi -q




來源:https://askubuntu.com/questions/5417/how-to-get-the-gpu-info

沒有留言: