Open TheoFranquet opened 7 years ago
Thanks for those, I'll link this issue in from the main readme.
I tried the above, and it allows us to compile and run the code in test_opencl.cpp. However, it causes a runtime exception if you have an intel (integrated) HD Graphics Card.
I got the following error on running the executable for the test_opencl file -
Possibly #53 helps? Not sure, as I don't have a linux machine with Intel graphics.
@malharjajoo Did you get this resolved?
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)