From: Zhigang Gong Date: Thu, 12 Jun 2014 08:45:19 +0000 (+0800) Subject: utest: reduce group size to fit into baytrail platform. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5bdf04f9a3c295258f67fcdba39ef72fe5d9c8c;p=contrib%2Fbeignet.git utest: reduce group size to fit into baytrail platform. Signed-off-by: Zhigang Gong --- diff --git a/utests/test_printf.cpp b/utests/test_printf.cpp index ac17d9d..3601574 100644 --- a/utests/test_printf.cpp +++ b/utests/test_printf.cpp @@ -9,7 +9,7 @@ void test_printf(void) globals[1] = 4; locals[1] = 4; globals[2] = 8; - locals[2] = 8; + locals[2] = 2; // Run the kernel on GPU OCL_NDRANGE(3);