[Beignet] [PATCH 1/2] Backend: Refine get_enqueued_local_size and get_local_size

2016-03-15 Thread Xiuli Pan
From: Pan Xiuli Use curbe register for these two size. Signed-off-by: Pan Xiuli --- backend/src/backend/gen_insn_selection.cpp | 7 +++-- backend/src/backend/program.h | 3 ++ backend/src/ir/profile.cpp | 4 +++ backend/src/ir/profile.hpp | 47 ++

[Beignet] [PATCH 2/2] Runtime: Add support for non uniform group size

2016-03-15 Thread Xiuli Pan
From: Pan Xiuli Enqueue multiple times if the the size is not uniform, at most 2 times for 1D, 4times for 2D and 8 times for 3D. Using the workdim offset of walker in batch buffer to keep work groups in series. TODO: handle events for the flush between multiple enqueues Signed-off-by: Pan Xiuli

Re: [Beignet] cl_khr_fp64 on OpenCL 1.2+

2016-03-15 Thread Brian Paterni
On 03/15/2016 05:19 PM, Rebecca N. Palmer wrote: >> 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 >> [...] >> Please let me know what I'm missing

Re: [Beignet] cl_khr_fp64 on OpenCL 1.2+

2016-03-15 Thread Brian Paterni
On 03/15/2016 05:19 PM, Rebecca N. Palmer wrote: >> 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 >> [...] >> Please let me know what I'm missing

Re: [Beignet] cl_khr_fp64 on OpenCL 1.2+

2016-03-15 Thread Rebecca N. Palmer
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 [...] Please let me know what I'm missing. libclang-3.7-dev ? _

Re: [Beignet] [PATCH OCL20 5/5] Runtime: Add support for clGetMemObjectInfo

2016-03-15 Thread Yang, Rong R
Patchset LGTM, pushed, thanks. > -Original Message- > From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of > Xiuli Pan > Sent: Friday, March 4, 2016 10:05 > To: beignet@lists.freedesktop.org > Cc: Pan, Xiuli > Subject: [Beignet] [PATCH OCL20 5/5] Runtime: Add support

Re: [Beignet] [PATCH OCL20 11/11] Backend: Add uncompatiblePCHOptions for OCL20

2016-03-15 Thread Yang, Rong R
The patchset pushed, thanks. > -Original Message- > From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of > Xiuli Pan > Sent: Wednesday, March 2, 2016 11:02 > To: beignet@lists.freedesktop.org > Cc: Pan, Xiuli > Subject: [Beignet] [PATCH OCL20 11/11] Backend: Add > unc