Hello mates,
Anyone can assist me on editing GPUInterfaceOpenCL.cpp
I got this error everytime I try to work with beast while using the beagle library:
beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware
.......
OpenCL error: CL_DEVICE_NOT_FOUND from file <GPUInterfaceOpenCL.cpp>, line 122.
If I have a look on GPUInterfaceOpenCL.cpp, I find those lines :
if (deviceCode != BEAGLE_OPENCL_DEVICE_APPLE_CPU &&
deviceCode != BEAGLE_OPENCL_DEVICE_APPLE_INTEL_GPU &&
deviceCode != BEAGLE_OPENCL_DEVICE_APPLE_AMD_GPU &&
deviceCode != BEAGLE_OPENCL_DEVICE_NVIDA_GPU)
I say for myself , I have Matrox G200eW3 Graphics installed on this DELL midrange server and maybe because it does not belong to to any of the mentioned divices
I am working on ubuntu server 20.04
Please If someone know how to edit that file or if a specific driver must be installed !
Thanks
Nidhal