Re: [Beignet] [PATCH] Prepend std namespace to isnan and isinf calls.

2016-04-05 Thread Pan, Xiuli
Ping for pushed for mater and OCL2.0 branch. Face same problem in Ubuntu 16.04. From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of Pan, Xiuli Sent: Tuesday, March 29, 2016 4:08 PM To: Sean Lynch Cc: beignet@lists.freedesktop.org Subject: Re: [Beignet]

Re: [Beignet] GROMACS on beignet

2016-04-05 Thread Pan, Xiuli
Hi Szilard, The enqueuer seems to be our runtime implementation limitation, we are now refining our runtime. And about the double quote problem we had a patch but not in release_v1.1.1: https://cgit.freedesktop.org/beignet/commit/?h=Release_v1.1=8e9ef20f731d4135fc4866bcf7374c8222e21a25 It will

Re: [Beignet] GROMACS on beignet

2016-04-05 Thread Szilárd Páll
Hi Xiuli, On Tue, Apr 5, 2016 at 5:09 AM, Pan, Xiuli wrote: > Hi Szilárd, > > > > 1. It seems size is fine. Ack, thanks for checking. > > 2. The test seems ok. Could you provide your environment for the HSW > machine with problem, like kernel versions, drm

[Beignet] [PATCH 1/2] Utest: Add workgroup broadcast tests

2016-04-05 Thread Grigore Lupescu
From: Grigore Lupescu Signed-off-by: Grigore Lupescu --- kernels/compiler_workgroup_broadcast.cl | 128 +- utests/compiler_workgroup_broadcast.cpp | 289 2 files changed, 380 insertions(+), 37 deletions(-) diff --git

[Beignet] [PATCH 2/2] Backend: Fix workgroup broadcast, add initial support qword

2016-04-05 Thread Grigore Lupescu
From: Grigore Lupescu Signed-off-by: Grigore Lupescu --- backend/src/backend/gen_insn_selection.cpp | 54 +++--- 1 file changed, 42 insertions(+), 12 deletions(-) diff --git a/backend/src/backend/gen_insn_selection.cpp b/backend/src/backend/gen_insn_selection.cpp

Re: [Beignet] [PATCH] [OCL20] atomic bug fix.

2016-04-05 Thread Yang, Rong R
Pushed, thanks. > -Original Message- > From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of > Pan, Xiuli > Sent: Monday, March 21, 2016 15:23 > To: Luo, Xionghu ; beignet@lists.freedesktop.org > Cc: Luo, Xionghu >

Re: [Beignet] [PATCH] Add condition checking of residuals because it may be NULL.

2016-04-05 Thread Yang, Rong R
Pushed, thanks. > -Original Message- > From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of > Weng, Chuanbo > Sent: Tuesday, March 29, 2016 11:04 > To: yan.w...@linux.intel.com; beignet@lists.freedesktop.org > Subject: Re: [Beignet] [PATCH] Add condition checking of

Re: [Beignet] [PATCH OCL20 v2] Backend: Refine typedef of ptrint_t

2016-04-05 Thread Song, Ruiling
It's OK for me. Thanks! Ruiling > -Original Message- > From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of > Xiuli Pan > Sent: Friday, March 25, 2016 3:58 PM > To: beignet@lists.freedesktop.org > Cc: Pan, Xiuli > Subject: [Beignet] [PATCH OCL20

[Beignet] [PATCH V2] GBE: add ocl 2.0 work_group_barrier support.

2016-04-05 Thread Ruiling Song
to do an image barrier, we need to: 1. flush L3 RW cache. 2. do a barrier gateway. 3. flush sampler cache. Note the fence argument maybe ORed together. We need to support non-immediate barrier() argument in future. v2: change syncField to 6, and modify syncStr. Signed-off-by: Ruiling Song