Re: [Beignet] few questions on Beignet-OpenCL-ICD v1.2.0 regarding X11 and kernel patches

2016-09-22 Thread Seva Gluschenko
Hello Rebecca, Please accept my apologies for being not very informative. I'm running Ubuntu 16.04.1LTS x86_64 on Intel Core i7-6700, and I had the patched Linux kernel 4.4.21-intel.r16.5 and Intel's opencl_runtime_16.1.1_x64_ubuntu_6.4.0.25 installed in parallel with Beignet. After erasing all

Re: [Beignet] few questions on Beignet-OpenCL-ICD v1.2.0 regarding X11 and kernel patches

2016-09-22 Thread Yang, Rong R
There is only beignet-opencl-icd's output, can't find the error message from beignet, can you try beignet's utest directly? To run utest, you need "make utest", then run ". ./utests/setenv.sh" and at last " ./utests/utest_run". It seems open device failed, can you also list the device under /dev

[Beignet] [PATCH] Add .clang-format for to use it as default format style.

2016-09-22 Thread junyan . he
From: Junyan He we can use clang-format tool to format our code, this file is a defualt format configure file. Signed-off-by: Junyan He --- .clang-format | 92 +++ 1 file changed, 92 insertions(+) create mode 100644 .clang-format diff -