Skip to content

Instantly share code, notes, and snippets.

@patrickmmartin
Last active May 17, 2017 14:46
Show Gist options
  • Save patrickmmartin/2b745e7927405c346e67d587760d29a8 to your computer and use it in GitHub Desktop.
Save patrickmmartin/2b745e7927405c346e67d587760d29a8 to your computer and use it in GitHub Desktop.
opencl Beignet setup

opencl Beignet setup

source:

https://cgit.freedesktop.org/beignet/tree/docs/Beignet.mdwn

sudo apt-get install cmake pkg-config python ocl-icd-dev libegl1-mesa-dev ocl-icd-opencl-dev libdrm-dev libxfixes-dev libxext-dev llvm-3.6-dev clang-3.6 libclang-3.6-dev libtinfo-dev libedit-dev zlib1g-dev

get code

git clone https://anongit.freedesktop.org/git/beignet.git

make && make utest install

cd utest && . ./setenv.sh && ./utest_run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment