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
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CLANG_LIB
I initially tried without the -DCLANG_LIB... on the cmake commandline and got the same error.
I'm building with:
And I'm getting:
I initially tried without the -DCLANG_LIB... on the cmake commandline and got the same error.
(Platform is Ubuntu 16.04)