Commit d1a15097 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3664 from wangyan42164:ocl_cascasde_barrier

parents fdf31ec1 99aaf403
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment