简体   繁体   English

OpenVINO 检测不到 GPU

[英]OpenVINO can't detect GPU

After completing the installation of OpenVINO 2021.3 the installer prints:完成 OpenVINO 2021.3 的安装后,安装程序会打印:

Missing optional prerequisites
-- Intel® GPU is not detected on this machine
-- Use Intel-optimized version of OpenCV

I have tried to follow many guides from Intel but I couldn't resolve the issue.我尝试遵循英特尔的许多指南,但无法解决问题。 I am running Ubuntu 18.04.我正在运行 Ubuntu 18.04。 Where should I start?我应该从哪里开始? I am using an AWS EC2 with an Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz.我正在使用带有 Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz 的 AWS EC2。

The output of sudo lshw -C display is: sudo lshw -C display为:

 *-display:0 UNCLAIMED     
       description: VGA compatible controller
       product: Amazon.com, Inc.
       vendor: Amazon.com, Inc.
       physical id: 3
       bus info: pci@0000:00:03.0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: vga_controller
       configuration: latency=0
       resources: memory:f2000000-f23fffff memory:c0000-dffff
  *-display:1
       description: 3D controller
       product: NVIDIA Corporation
       vendor: NVIDIA Corporation
       physical id: 1e
       bus info: pci@0000:00:1e.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msix bus_master cap_list
       configuration: driver=nvidia latency=0
       resources: irq:10 memory:fd000000-fdffffff memory:e0000000-efffffff memory:f0000000-f1ffffff

EDIT: I tried sudo apt-get install mesa-utils with no results编辑:我试过sudo apt-get install mesa-utils没有结果

It looks like this CPU does not have an integrated GPU.看起来这个 CPU 没有集成 GPU。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM