summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/transform_reduce.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/transform_reduce.hpp')
-rw-r--r--boost/compute/algorithm/transform_reduce.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/boost/compute/algorithm/transform_reduce.hpp b/boost/compute/algorithm/transform_reduce.hpp
index fbeee5a691..a59a76aefd 100644
--- a/boost/compute/algorithm/transform_reduce.hpp
+++ b/boost/compute/algorithm/transform_reduce.hpp
@@ -30,6 +30,9 @@ namespace compute {
///
/// \snippet test/test_transform_reduce.cpp sum_abs_int
///
+/// Space complexity on GPUs: \Omega(n)<br>
+/// Space complexity on CPUs: \Omega(1)
+///
/// \see reduce(), inner_product()
template<class InputIterator,
class OutputIterator,