Change buffer cols count from 64 to 32
authorvbystricky <user@user-pc.(none)>
Thu, 22 May 2014 07:39:36 +0000 (11:39 +0400)
committervbystricky <user@user-pc.(none)>
Mon, 26 May 2014 12:54:25 +0000 (16:54 +0400)
modules/core/src/opencl/reduce2.cl

index 4910c61..a41cc85 100644 (file)
@@ -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,