1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #3664 from wangyan42164:ocl_cascasde_barrier

This commit is contained in:
Vadim Pisarevsky
2015-02-16 15:42:26 +00:00
@@ -140,7 +140,6 @@ void runHaarClassifier(
int dy = i/SUM_BUF_STEP, dx = i - dy*SUM_BUF_STEP;
vstore4(vload4(0, psum0 + mad24(dy, sumstep, dx)), 0, ibuf+i);
}
barrier(CLK_LOCAL_MEM_FENCE);
#endif
if( lidx == 0 )