Re: [Beignet] [PATCH] Update LunarGLASS copyright.

2014-09-04 Thread Zou, Nanhai
-Original Message- From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of Matt Turner Sent: Friday, September 05, 2014 12:20 PM To: Yang, Rong R Cc: beignet@lists.freedesktop.org Subject: Re: [Beignet] [PATCH] Update LunarGLASS copyright. On Thu, Sep 4, 2014 at 7:25 P

Re: [Beignet] [PATCH] Update LunarGLASS copyright.

2014-09-04 Thread Matt Turner
On Thu, Sep 4, 2014 at 7:25 PM, Yang Rong wrote: > LunarGLASS have update his copyright, so update the copyright in > llvm_scalarize.cpp. > > Signed-off-by: Yang Rong > --- > backend/src/llvm/llvm_scalarize.cpp | 44 > - > 1 file changed, 29 insertions(+), 1

[Beignet] [PATCH] Update README for the command parser in drm kernel.

2014-09-04 Thread Yang Rong
Signed-off-by: Yang Rong --- docs/Beignet.mdwn | 10 ++ 1 file changed, 10 insertions(+) diff --git a/docs/Beignet.mdwn b/docs/Beignet.mdwn index 1cbffa4..1c6c575 100644 --- a/docs/Beignet.mdwn +++ b/docs/Beignet.mdwn @@ -72,6 +72,16 @@ really recent C++11 features, you may expect proble

[Beignet] [PATCH] Update LunarGLASS copyright.

2014-09-04 Thread Yang Rong
LunarGLASS have update his copyright, so update the copyright in llvm_scalarize.cpp. Signed-off-by: Yang Rong --- backend/src/llvm/llvm_scalarize.cpp | 44 - 1 file changed, 29 insertions(+), 15 deletions(-) diff --git a/backend/src/llvm/llvm_scalarize.cpp

[Beignet] [PATCH] Add copyright declares for all libocl files.

2014-09-04 Thread junyan . he
From: Junyan He Signed-off-by: Junyan He --- backend/src/libocl/include/ocl.h | 17 + backend/src/libocl/include/ocl_async.h | 17 + backend/src/libocl/include/ocl_atom.h | 17 + backend/src/libocl/include/ocl_

[Beignet] [PATCH V2] Add the switch logic for math conformance fast pass

2014-09-04 Thread junyan . he
From: Junyan He Modify the __ocl_math_fastpath_flag init value in the backend link stage to switch between fast pass and conformance pass. V2: Rename the function prototype parameter name. Signed-off-by: Junyan He --- backend/src/backend/program.cpp| 11 ++- backend/src/

Re: [Beignet] [PATCH 00/22 V2] Using bit code ocl lib to replace the huge header file.

2014-09-04 Thread Zhigang Gong
Just pushed the whole patchset. Thayour nks for great contribution. We can finally get rid of the huge PCH file and the huge header file which includes everything. On Mon, Sep 01, 2014 at 10:05:13AM +0800, junyan...@inbox.com wrote: > From: Junyan He > > The PCH file is growing too big. It conta

Re: [Beignet] [PATCH v2] GBE: remove the user defined macro cl_khr_fp64.

2014-09-04 Thread He Junyan
LGTM, thanks. On 四, 2014-09-04 at 13:59 +0800, Zhigang Gong wrote: > This is not a predefined macro according to the spec. Let's not > define it by default. This patch also disable the fp64 when enter > user kernels. > > v2: > Some internal .cl files require cl_khr_fp64 enabled. Fixed that issue