-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to: OpenCL on ubuntu with intel CPU #45
Comments
Thanks for those, I'll link this issue in from the main readme. |
m8pple
added a commit
that referenced
this issue
Oct 23, 2017
Possibly #53 helps? Not sure, as I don't have a linux machine with Intel graphics. |
@malharjajoo Did you get this resolved? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install OpenCL library:
sudo apt install ocl-icd-opencl-dev
to get the code to compileThe following steps fixed:
Exception from clGetPlatformIDs : Unknown -1001
for me when running test_openclDownload
intel-opencl-r5.0 (SRB5.0) Linux driver package
from hereFollow install instructions
Ubuntu 16.04.2 OS with vanilla 4.8 Kernel
from this pdf(page 7)The text was updated successfully, but these errors were encountered: