Commit 99aaf403 authored by Yan Wang's avatar Yan Wang

Remove unnecessary barrier in runHaarClassifier().

Signed-off-by: 's avatarYan Wang <yan.wang@linux.intel.com>
parent 97aa8d33
......@@ -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