[arrayfire] 234/248: Removed unnecessary barrier from homography

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:54:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.

commit 1fd4511b572e655b173b3af024d7e57fb3171213
Author: Peter Andreas Entschev <peter at arrayfire.com>
Date:   Wed Nov 11 10:08:08 2015 -0500

    Removed unnecessary barrier from homography
---
 src/backend/opencl/kernel/homography.cl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/backend/opencl/kernel/homography.cl b/src/backend/opencl/kernel/homography.cl
index f098a1a..618cb28 100644
--- a/src/backend/opencl/kernel/homography.cl
+++ b/src/backend/opencl/kernel/homography.cl
@@ -397,7 +397,6 @@ __kernel void compute_median(
 
     l_median[tid] = FLT_MAX;
     l_idx[tid] = 0;
-    barrier(CLK_LOCAL_MEM_FENCE);
 
     if (i < iterations) {
         const int nsamples = eInfo.dims[0];

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list