From 832ff05ddef9457948605af0df184df5a0e5ad6a Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 7 Jul 2013 20:35:43 -0400 Subject: [PATCH] Fix doc ref to copy_if --- doc/source/algorithm.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/algorithm.rst b/doc/source/algorithm.rst index 0c221f3c..13b4c8b5 100644 --- a/doc/source/algorithm.rst +++ b/doc/source/algorithm.rst @@ -149,7 +149,8 @@ difficult to parallelize because of loop-carried dependencies. Usage Example ^^^^^^^^^^^^^ -This example illustrates the implementation of a simplified version of :func:`copy_if`, +This example illustrates the implementation of a simplified version of +:func:`pyopencl.algorithm.copy_if`, which copies integers from an array into the (variable-size) output if they are greater than 300:: -- GitLab