From 942f9f9277b5c22723734883989eb676b4ab3d0b Mon Sep 17 00:00:00 2001 From: Zhigang Gong Date: Tue, 2 Jul 2013 18:44:19 +0800 Subject: utests: increase local size in the two barrier test cases. Increasing the local size to 256 to bring more pressure to barrier testing. Signed-off-by: Zhigang Gong Reviewed-by: Zou, Nanhai Reviewed-by: Yang, Rong R Tested-by: Sun, Yi --- utests/compiler_local_memory_barrier_2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utests/compiler_local_memory_barrier_2.cpp') diff --git a/utests/compiler_local_memory_barrier_2.cpp b/utests/compiler_local_memory_barrier_2.cpp index b074123f..4fa090b6 100644 --- a/utests/compiler_local_memory_barrier_2.cpp +++ b/utests/compiler_local_memory_barrier_2.cpp @@ -5,7 +5,7 @@ static void compiler_local_memory_barrier_2(void) const size_t n = 16*1024; globals[0] = n/2; - locals[0] = 32; + locals[0] = 256; // Setup kernel and buffers OCL_CREATE_KERNEL("compiler_local_memory_barrier_2"); -- cgit v1.2.1