[arrayfire] 232/248: Removed unnecessary __syncthreads() on 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 31761d27f0105c03d6c0914110388f641491604b
Author: Peter Andreas Entschev <peter at arrayfire.com>
Date:   Wed Nov 11 10:07:05 2015 -0500

    Removed unnecessary __syncthreads() on homography
---
 src/backend/cuda/kernel/homography.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/backend/cuda/kernel/homography.hpp b/src/backend/cuda/kernel/homography.hpp
index bcf2b04..8dd1794 100644
--- a/src/backend/cuda/kernel/homography.hpp
+++ b/src/backend/cuda/kernel/homography.hpp
@@ -435,7 +435,6 @@ __global__ void computeMedian(
 
     s_median[tid] = FLT_MAX;
     s_idx[tid] = 0;
-    __syncthreads();
 
     if (i < iterations) {
         const int nsamples = err.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