[arrayfire] 330/408: Fixing a bug introduced a couple of commits ago in OpenCL SIFT

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Sep 21 19:12:23 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/sid
in repository arrayfire.

commit 98f6f7c3e6e21a167a5fd349669bfe25ac72ae06
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Mon Aug 24 08:34:45 2015 -0400

    Fixing a bug introduced a couple of commits ago in OpenCL SIFT
---
 src/backend/opencl/kernel/sift.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/backend/opencl/kernel/sift.hpp b/src/backend/opencl/kernel/sift.hpp
index a3b156b..cb4103c 100644
--- a/src/backend/opencl/kernel/sift.hpp
+++ b/src/backend/opencl/kernel/sift.hpp
@@ -185,6 +185,7 @@ void convSepFull(Param& dst, Param src, Param filter)
     tmp.data = bufferAlloc(src_el * sizeof(T));
 
     convSep<T, convAccT, 0, false>(tmp, src, filter);
+    convSep<T, convAccT, 1, false>(dst, tmp, filter);
 
     bufferFree(tmp.data);
 }

-- 
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