Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20,286 changes: 7,023 additions & 13,263 deletions .basedpyright/baseline.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion doc/algorithm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Prefix Sums ("scan")

.. |scan_extra_args| replace:: a list of tuples *(name, value)* specifying
extra arguments to pass to the scan procedure. For version 2013.1,
*value* must be a of a :mod:`numpy` sized scalar type. As of version 2013.2,
*value* must be a :mod:`numpy` sized scalar type. As of version 2013.2,
*value* may also be a :class:`pyopencl.array.Array`.
.. |preamble| replace:: A snippet of C that is inserted into the compiled kernel
before the actual kernel function. May be used for, e.g. type definitions
Expand Down Expand Up @@ -193,6 +193,8 @@ Predicated copies ("partition", "unique", ...)

.. module:: pyopencl.algorithm

.. autoclass:: BuiltList

.. autofunction:: copy_if

.. autofunction:: remove_if
Expand Down
Loading
Loading