我试图在 matlab 中使用 gpucomputing(通过 cuda),但它找不到我的 nvidia GPU
我尝试了列出的步骤这里,并发现输出
lspci | grep -i nvidia
包括
01:00.0 VGA compatible controller: NVIDIA Corporation GP107GL [Quadro P400] (rev a1)
但“nvidia-smi”
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
这似乎表明存在驱动程序问题。但是通过“软件和更新”,我选择了“使用来自 nvidia-driver-470(proprietary) 的 NVIDIA 驱动程序元包”,这是我可以使用的最新版本(以前是 nouveau,但我更改了它),尽管仍然显示“此设备正在使用备用驱动程序”,我还尝试直接从 nvidia 的网站下载 linux 驱动程序,但没有完成安装,因为我收到警告,最好从软件和更新中使用 Ubuntu 版本。
从Ubuntu 18.04.3 LTS 内核 5.0.0-25-通用 nvidia 驱动程序 440 不适用于显卡型号 GP107M GeForce GTX 1050 Mobile我发现问题可能出在驱动程序头上。但似乎最新版本中已经存在该问题(内核版本 5.8,使用内核版本 5.8 和 5.12 时都会出现该问题)
更新: sudo lshw -c 显示提供
*-display UNCLAIMED
description: VGA compatible controller
product: GP107GL [Quadro P400]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller cap_list
configuration: latency=0
resources: memory:a3000000-a3ffffff memory:90000000-9fffffff memory:a0000000-a1ffffff ioport:3000(size=128) memory:a4000000-a407ffff
*-display
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 05
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:145 memory:a2000000-a2ffffff memory:80000000-8fffffff ioport:4000(size=64) memory:c0000-dffff
更新2:启动时,我的电脑出现此消息,不确定是否相关