From 76acf9441d21ca2063b279556b58ee94315c87d2 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Fri, 20 Jun 2014 16:17:05 -0500 Subject: [PATCH] Add change remark about out parameter in ReductionKernel --- doc/algorithm.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/algorithm.rst b/doc/algorithm.rst index 8e7dca6b..fa3c3fad 100644 --- a/doc/algorithm.rst +++ b/doc/algorithm.rst @@ -77,7 +77,11 @@ Sums and counts ("reduce") The returned :class:`pyopencl.Event` corresponds only to part of the execution of the reduction. It is not suitable for profiling. - .. versionadded: 2011.1 + .. versionadded:: 2011.1 + + .. versionchanged:: 2014.2 + + Added *out* parameter. Here's a usage example:: @@ -170,7 +174,7 @@ in PyOpenCL: Making Custom Scan Kernels ^^^^^^^^^^^^^^^^^^^^^^^^^^ -.. versionadded: 2013.1 +.. versionadded:: 2013.1 .. autoclass:: GenericScanKernel -- GitLab