intel / beignet

Beignet is an open source implementation of the OpenCL specification - a generic compute oriented API. Here is Beignet Source Code Mirror in github- This is a publish-only repository and all pull requests are ignored. Please follow https://wiki.freedesktop.org/www/Software/Beignet/ for any of your improvements
GNU Lesser General Public License v2.1
95 stars 40 forks source link

OpenCL1.2 on Minnowboard Max #9

Open gija92 opened 6 years ago

gija92 commented 6 years ago

Hello,

I'm using a Minnowboard Max and want to install OpenCL1.2 on the board for GPU. I installed Beignet like described in your document but clinfo shows me this

image

But buy using the GPU there occurs the error Segmentation fault (core dumped)

Some more Details: Platform: Minnowboard Max CPU: Intel Atom E3825 w/ GPU HD Graphics OS: Ubuntu 16.04 Linux Kernel Version: 4.4

Someone knows how to solve this?

Thanks