[python-dtcwt] 424/497: opencl: add queue explicitly to q2c call

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:35 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 5e4b1d948ca824871a21e47394c167bcae57b1dd
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Thu Mar 20 15:48:15 2014 +0000

    opencl: add queue explicitly to q2c call
---
 dtcwt/opencl/transform2d.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dtcwt/opencl/transform2d.py b/dtcwt/opencl/transform2d.py
index cc13c92..6ca5c7a 100644
--- a/dtcwt/opencl/transform2d.py
+++ b/dtcwt/opencl/transform2d.py
@@ -217,6 +217,7 @@ class Transform2d(Transform2dNumPy):
                 axis_convolve(Hi,h0o,axis=1,queue=queue),
                 axis_convolve(Lo,h1o,axis=1,queue=queue),
                 diag,
+                queue=queue
             )
 
             if include_scale:
@@ -253,6 +254,7 @@ class Transform2d(Transform2dNumPy):
                 axis_convolve_dfilter(Hi,h0b,axis=1,queue=queue),
                 axis_convolve_dfilter(Lo,h1b,axis=1,queue=queue),
                 diag,
+                queue=queue
             )
 
             if include_scale:

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