From 1a3eff2709bdea414b78a67c51e43efc9859874b Mon Sep 17 00:00:00 2001 From: adityapb Date: Sat, 11 Feb 2017 15:37:24 +0530 Subject: [PATCH] Fix typo in InclusiveScanKernel arguments --- doc/algorithm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/algorithm.rst b/doc/algorithm.rst index 3ad9c53e..954fabe4 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`. -- GitLab