【问题标题】:clinfo can't find intel HD GPU on Ubuntu 14.04clinfo 在 Ubuntu 14.04 上找不到英特尔高清 GPU
【发布时间】:2017-10-29 20:47:53
【问题描述】:

我有一个 Intel Atom E3845 和一个附带的 Intel HD 显卡,它应该支持 OpenCL。我正在运行 Ubuntu 14.04 并安装了 beignet、ocl-icd-dev 和其他软件包。

当我运行 clinfo 时,它找到了一个 CL_DEVICE_TYPE_CPU 类型的设备,即系统 (clinfo) 没有找到 GPU。 clGetPlatformIDs 也是如此。 这是lshw 的输出: lshw -c video *-display description: VGA compatible controller product: ValleyView Gen7 vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 11 width: 32 bits clock: 33MHz capabilities: pm msi vga_controller bus_master cap_list rom configuration: driver=i915 latency=0 resources: irq:114 memory:a0000000-a03fffff memory:b0000000-bfffffff ioport:e080(size=8)

有什么想法吗?

【问题讨论】:

    标签: opencl gpu beignet


    【解决方案1】:
    • Intel's OpenCL Driver Download 页面下载英特尔驱动程序。
    • 卸载 beignet:sudo apt purge beignet。如果需要,您可以随时重新安装它,但英特尔表示要清除它。
    • 安装英特尔驱动程序。
    • 利润

    【讨论】:

    • 感谢您的提示。但是,主页上的驱动程序仅适用于Atom E39..系列,而我有一个3845。我在intel页面上没有找到替代品,根据this似乎intel在我的情况下不支持它.所以我试试 beignet。
    • 由于 Atom 是他们的低功耗品牌,这并不让我感到惊讶。我想知道 CPU 端是否会更快或更低功耗。
    • 我编译安装了 beignet 1.3,clinfo 现在找到了 GPU。
    猜你喜欢
    • 2021-03-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-03-27
    • 1970-01-01
    • 2023-02-11
    • 1970-01-01
    相关资源
    最近更新 更多