-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
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
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
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
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_
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/
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
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