Skip to content

Commit

Permalink
Merge branch 'listoflistsbuilder-add-back-memoryobject-support' of gi…
Browse files Browse the repository at this point in the history
…tlab.tiker.net:inducer/pyopencl into listoflistsbuilder-add-back-memoryobject-support
  • Loading branch information
mattwala committed Nov 14, 2018
2 parents 4b69c5e + d1828b8 commit f6c91cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyopencl/algorithm.py
Expand Up @@ -1042,8 +1042,8 @@ def get_write_kernel(self, index_dtype):
def __call__(self, queue, n_objects, *args, **kwargs):
"""
:arg args: arguments corresponding to arg_decls in the constructor.
Arguments must be either 1D :class:`pyopencl.array.Array' objects
or :class:`pyopencl.MemoryObject' objects.
Arguments must be either 1D :class:`pyopencl.array.Array` objects
or :class:`pyopencl.MemoryObject` objects.
:arg allocator: optionally, the allocator to use to allocate new
arrays.
:arg omit_lists: An iterable of list names that should *not* be built
Expand Down

0 comments on commit f6c91cf

Please sign in to comment.