OpenCL on Linux with integrated intel graphic chip

ε祈祈猫儿з 提交于 2019-12-13 15:22:56

问题


I would like to use OpenCL on debian 8. I read on this page that Intel's GPUs are not supported on linux. (The article is from 2011, so I hope it is out of date.) I already installed OpenCL nontheless and can run compile and run the code found here.

As to my hardware. My processor is Intel(R) Core(TM) i7-4500 CPU @ 1.80GHz

lspci | grep VGA outputs

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

So to clearify: I want to know, if it is possible to utilize the Graphics chip on this setup. I hope the information I provided is enough.

Thanks in advance!


回答1:


You can use Beignet, an open source implementation of OpenCL for Intel GPUs that is lead by Intel themselves. On Debian you can install this via apt-get:

apt-get install beignet


来源:https://stackoverflow.com/questions/34370191/opencl-on-linux-with-integrated-intel-graphic-chip

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!