Linux上的OpenCL集成了intel图形芯片

时间:2015-12-19 11:30:13

标签: linux graphics opencl gpu intel

我想在debian 8上使用OpenCL。我读到on this page,Linux上不支持Intel的GPU。 (这篇文章是从2011年开始的,所以我希望它已经过时了。)我已经安装了OpenCL,并且可以运行编译并运行找到的代码here

至于我的硬件。 我的处理器是Intel(R) Core(TM) i7-4500 CPU @ 1.80GHz

lspci | grep VGA输出

00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)

所以要澄清:我想知道,如果有可能在这个设置上使用图形芯片。我希望我提供的信息足够了。

提前致谢!

1 个答案:

答案 0 :(得分:5)

您可以使用Beignet,这是由英特尔自己领导的英特尔GPU的OpenCL开源实现。在Debian上,您可以通过apt-get

安装
apt-get install beignet