utest: reduce group size to fit into baytrail platform.
authorZhigang Gong <zhigang.gong@intel.com>
Thu, 12 Jun 2014 08:45:19 +0000 (16:45 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Thu, 12 Jun 2014 08:46:01 +0000 (16:46 +0800)
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
utests/test_printf.cpp

index ac17d9d..3601574 100644 (file)
@@ -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);