How to check for GPU on CentOS Linux

前端 未结 5 2022
时光说笑
时光说笑 2021-02-20 00:52

It is suggested that on Linux, GPU be found with the command lspci | grep VGA. It works fine on Ubuntu but when I try to use the same on CentOS, it says lspci comma

5条回答
  •  情书的邮戳
    2021-02-20 01:19

    Well, if you use CUDA, it has a function to enumerate CUDA-capable devices on the system. Why not use that?

提交回复
热议问题