summaryrefslogtreecommitdiff
path: root/utests/compiler_local_memory_barrier_2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utests/compiler_local_memory_barrier_2.cpp')
-rw-r--r--utests/compiler_local_memory_barrier_2.cpp2
1 files changed, 1 insertions, 1 deletions
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");