diff --git a/doc/algorithm.rst b/doc/algorithm.rst index 3ad9c53edc6c81bc7b6f0b804930f8cf60a73721..954fabe4b803647694dae7f3737b487bc2bd0aa0 100644 --- a/doc/algorithm.rst +++ b/doc/algorithm.rst @@ -225,7 +225,7 @@ Simple / Legacy Interface .. method:: __call__(self, input_ary, output_ary=None, allocator=None, queue=None) -.. class:: InclusiveScanKernel(dtype, scan_expr, neutral=None, name_prefix="scan", options=[], preamble="", devices=None) +.. class:: InclusiveScanKernel(ctx, dtype, scan_expr, neutral=None, name_prefix="scan", options=[], preamble="", devices=None) Works like :class:`ExclusiveScanKernel`.