Skip to content
Snippets Groups Projects
Commit c74a2691 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Adding links to documentation of Reduction.

parent 3ebcad1c
No related branches found
No related tags found
1 merge request!41Tutorials
...@@ -30,7 +30,7 @@ namespace Algorithms { ...@@ -30,7 +30,7 @@ namespace Algorithms {
* vector norm, scalar product of two vectors or computing minimum or maximum. If one needs to know even * vector norm, scalar product of two vectors or computing minimum or maximum. If one needs to know even
* position of the smallest or the largest element, reduction with argument can be used. * position of the smallest or the largest element, reduction with argument can be used.
* *
* \tparam Device this parameter says on what device the reduction is gonna be performed. * \tparam Device parameter says on what device the reduction is gonna be performed.
* *
* See \ref Reduction< Devices::Host > and \ref Reduction< Devices::Cuda >. * See \ref Reduction< Devices::Host > and \ref Reduction< Devices::Cuda >.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment