Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
opencl: add queue explicitly to q2c call
Browse files Browse the repository at this point in the history
  • Loading branch information
rjw57 committed Mar 20, 2014
1 parent 7999978 commit fefb971
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dtcwt/opencl/transform2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ def forward(self, X, nlevels=3, include_scale=False):
axis_convolve(Hi,h0o,axis=1,queue=queue),
axis_convolve(Lo,h1o,axis=1,queue=queue),
diag,
queue=queue
)

if include_scale:
Expand Down Expand Up @@ -254,6 +255,7 @@ def forward(self, X, nlevels=3, include_scale=False):
axis_convolve_dfilter(Hi,h0b,axis=1,queue=queue),
axis_convolve_dfilter(Lo,h1b,axis=1,queue=queue),
diag,
queue=queue
)

if include_scale:
Expand Down

0 comments on commit fefb971

Please sign in to comment.