Re: [Beignet] [PATCH] fix a bug when the first operand of intel_sub_group_shuffle is uniform

2015-12-24 Thread Yang, Rong R
LGTM, pushed, thanks. > -Original Message- > From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of > Guo, Yejun > Sent: Wednesday, December 23, 2015 15:10 > To: beignet@lists.freedesktop.org > Subject: Re: [Beignet] [PATCH] fix a bug when th

Re: [Beignet] [PATCH] fix a bug when the first operand of intel_sub_group_shuffle is uniform

2015-12-22 Thread Guo, Yejun
ping for review, thanks. -Original Message- From: Guo, Yejun Sent: Thursday, December 17, 2015 6:43 AM To: beignet@lists.freedesktop.org Cc: Guo, Yejun Subject: [PATCH] fix a bug when the first operand of intel_sub_group_shuffle is uniform actually, if the first operand is uniform, no m

[Beignet] [PATCH] fix a bug when the first operand of intel_sub_group_shuffle is uniform

2015-12-16 Thread Guo Yejun
actually, if the first operand is uniform, no matter what the second operand is, the result is always the same value of the first operand. Signed-off-by: Guo Yejun --- backend/src/backend/gen_insn_selection.cpp | 38 +- 1 file changed, 21 insertions(+), 17 deletions(-