Re: [Beignet] [PATCH] support LLVM 3.4

2013-10-14 Thread Zhigang Gong
Hi Yi, Do you have any update for this patch's testing? Thanks. On Thu, Sep 26, 2013 at 04:20:04PM +0800, Zhigang Gong wrote: Ruiling tell me that llvm3.4 has not been released yet, so we may not switch to LLVM 3.4 immediately. But we will switch it eventually. For now, just test it with the

Re: [Beignet] [PATCH] support LLVM 3.4

2013-10-14 Thread Xing, Homer
Thanks! -Original Message- From: Yang, Rong R Sent: Monday, October 14, 2013 3:24 PM To: Xing, Homer; beignet@lists.freedesktop.org Subject: RE: [Beignet] [PATCH] support LLVM 3.4 Update to llvm 3.4 svn, all utest pass. -Original Message- From:

Re: [Beignet] [PATCH] support LLVM 3.4

2013-10-14 Thread Zhigang Gong
If you haven't tested it with gcc3.4 then no need to upgrade your environment to 3.4. Rong already did that test. I will push this patch latter. Thanks. -Original Message- From: beignet-bounces+zhigang.gong=linux.intel@lists.freedesktop.org

Re: [Beignet] [PATCH] Delete the redundant intel_batchbuffer_t init in intel_gpgpu_new

2013-10-14 Thread Zhigang Gong
Pushed, thanks. On Fri, Oct 11, 2013 at 10:43:41AM +0800, junyan...@inbox.com wrote: From: Junyan He junyan...@linux.intel.com Signed-off-by: Junyan He junyan...@linux.intel.com --- src/intel/intel_gpgpu.c |1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/intel_gpgpu.c

Re: [Beignet] [PATCH 1/2] GBE: Support local variable inside kernel function.

2013-10-14 Thread Zhigang Gong
Pushed, thanks. On Thu, Oct 10, 2013 at 03:13:50PM +0800, Ruiling Song wrote: As Clang treat local variable in similar way like global constant, (they are treated as Global variable in each own address space) we refine the previous constant implementation in order to share same code between

[Beignet] Backend visible to other apps?

2013-10-14 Thread Ian Daniher
Hey All! I have beignet unit tests working, but pyopencl / rust-opencl / etc can't find the backend. I'm pretty sure I need to add something to /etc/OpenCL/vendors to make beignet's presence known, but this doesn't seem to be done automatically and documentation is spotty. I'd love any

Re: [Beignet] Backend visible to other apps?

2013-10-14 Thread Simon Richter
Hi Ian, On 14.10.2013 20:22, Ian Daniher wrote: I'm pretty sure I need to add something to /etc/OpenCL/vendors to make beignet's presence known, but this doesn't seem to be done automatically and documentation is spotty. You need two things: the library needs to be built with ICD support

Re: [Beignet] Backend visible to other apps?

2013-10-14 Thread Steven Newbury
On Mon, 2013-10-14 at 20:48 +0200, Simon Richter wrote: Hi Ian, On 14.10.2013 20:22, Ian Daniher wrote: I'm pretty sure I need to add something to /etc/OpenCL/vendors to make beignet's presence known, but this doesn't seem to be done automatically and documentation is spotty. You