Skip to content

Commit 1fd4511

Browse files
author
Peter Andreas Entschev
committed
Removed unnecessary barrier from homography
1 parent 31761d2 commit 1fd4511

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/backend/opencl/kernel/homography.cl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ __kernel void compute_median(
397397

398398
l_median[tid] = FLT_MAX;
399399
l_idx[tid] = 0;
400-
barrier(CLK_LOCAL_MEM_FENCE);
401400

402401
if (i < iterations) {
403402
const int nsamples = eInfo.dims[0];

0 commit comments

Comments
 (0)