Re: [Beignet] [PATCH] backend: use simd-1 for scalar dst in indirectMov.

2017-09-21 Thread Yang, Rong R
LGTM, pushed, thanks. > -Original Message- > From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of > Ruiling Song > Sent: Wednesday, September 13, 2017 2:07 PM > To: beignet@lists.freedesktop.org > Cc: Song, Ruiling > Subject: [Beignet] [PATCH] ba

[Beignet] [PATCH] backend: use simd-1 for scalar dst in indirectMov.

2017-09-12 Thread Ruiling Song
This fix a failure introduced by load-store optimization on IVB. the test case is: builtin_kernel_block_motion_estimate_intel Signed-off-by: Ruiling Song --- backend/src/backend/gen_context.cpp | 38 +++-- 1 file changed, 24 insertions(+), 14 deletions(-) diff --