[python-dtcwt] 161/497: opencl: remove erroneous comment from colifilt

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:00 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 python-dtcwt.

commit 1ada2430c384a6f0e4cbbc46c9ffae2b193c0356
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Fri Nov 8 12:11:20 2013 +0000

    opencl: remove erroneous comment from colifilt
---
 dtcwt/opencl/lowlevel.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dtcwt/opencl/lowlevel.py b/dtcwt/opencl/lowlevel.py
index 7c3ea30..de70814 100644
--- a/dtcwt/opencl/lowlevel.py
+++ b/dtcwt/opencl/lowlevel.py
@@ -473,10 +473,6 @@ void __kernel convolve_kernel(
     // A vector of flags with the convolution direction set
     int4 axis_flag = (int4)(axis,axis,axis,axis) == (int4)(0,1,2,3);
 
-    // Each run of this kernel outputs *two* pixels: the result of convolving
-    // 'odd' samples (0, 2, 4, ...) with h and the result of convolving 'even'
-    // samples (1, 3, 5, ... ) with reverse(h).
-
     // Compute the base output co-ordinate and a vector which has 1 set in the
     // component corresponding to *axis*.
     int4 output_coord = select(global_coord, global_coord * 4, axis_flag);

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



More information about the debian-science-commits mailing list