Skip to content
Snippets Groups Projects
Commit a9abbb60 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix Array.with_queue.

parent 99ebaeb5
No related branches found
No related tags found
No related merge requests found
...@@ -518,7 +518,7 @@ class Array(object): ...@@ -518,7 +518,7 @@ class Array(object):
assert queue.context == self.context assert queue.context == self.context
return self._new_with_changes(self.base_data, self.offset, return self._new_with_changes(self.base_data, self.offset,
offset=self.offset, queue=queue) queue=queue)
#@memoize_method FIXME: reenable #@memoize_method FIXME: reenable
def get_sizes(self, queue, kernel_specific_max_wg_size=None): def get_sizes(self, queue, kernel_specific_max_wg_size=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment