From 04433b2d2b710fe38426a43395e1d973187c3f32 Mon Sep 17 00:00:00 2001 From: vbystricky Date: Thu, 22 May 2014 11:39:36 +0400 Subject: [PATCH] Change buffer cols count from 64 to 32 --- modules/core/src/opencl/reduce2.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/src/opencl/reduce2.cl b/modules/core/src/opencl/reduce2.cl index 4910c6198a..a41cc8574a 100644 --- a/modules/core/src/opencl/reduce2.cl +++ b/modules/core/src/opencl/reduce2.cl @@ -92,7 +92,7 @@ #endif #ifndef BUF_COLS -#define BUF_COLS 64 +#define BUF_COLS 32 #endif __kernel void reduce_horz_pre(__global const uchar * srcptr, int src_step, int src_offset, int rows, int cols,