Change buffer cols count from 64 to 32

pull/2778/head
vbystricky 11 years ago
parent 169351b01d
commit 04433b2d2b
  1. 2
      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,

Loading…
Cancel
Save