Re: [Beignet] [PATCH 10/19] OCL20: enable -cl-std=CL2.0.

2016-12-18 Thread Pan, Xiuli
I will review it asap. Thanks Xiuli -Original Message- From: Song, Ruiling Sent: Monday, December 19, 2016 2:47 PM To: Yang, Rong R ; beignet@lists.freedesktop.org; Pan, Xiuli Cc: Yang, Rong R Subject: RE: [Beignet]

[Beignet] [PATCH V4] Backend: Refine block read/write instruction selection

2016-12-18 Thread Xiuli Pan
From: Pan Xiuli Move the block pack/unpack into instruction selection in order to get optimization. Also change some variable name to avoid misleading. And make some new function in GenEncoder class. V2: Use ud8grf instead of f8grf to save a retype. V3: Merge change name

Re: [Beignet] [PATCH 10/19] OCL20: enable -cl-std=CL2.0.

2016-12-18 Thread Song, Ruiling
The first 10 patches in the patchset LGTM. As the last 9 patches are related to device_enqueue. I am not sure Xiuli would have any comments? Thanks! Ruiling ___ Beignet mailing list Beignet@lists.freedesktop.org

[Beignet] [PATCH] add sends support for printf

2016-12-18 Thread Guo, Yejun
Signed-off-by: Guo, Yejun --- backend/src/backend/gen_context.cpp| 21 +++-- backend/src/backend/gen_context.hpp| 2 +- backend/src/backend/gen_insn_selection.cpp | 25 - backend/src/backend/gen_insn_selection.hpp | 1

[Beignet] [PATCH 1/2] Move Device related APIs to new file

2016-12-18 Thread junyan . he
From: Junyan He Signed-off-by: Junyan He --- src/cl_api.c | 82 -- src/cl_api_device_id.c | 56 ++ 2 files changed, 56 insertions(+), 82 deletions(-) diff --git