【发布时间】: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)
有什么想法吗?
【问题讨论】: