SkePU  1.2
 All Classes Namespaces Files Functions Variables Enumerations Friends Macros Groups Pages
Namespaces | Functions
reduce_common.h File Reference

Contains the definitions of common member functions for the Reduce skeleton that is used for both 1D and 2D reduction operations. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 skepu
 The main namespace for SkePU library.
 

Functions

template<typename ReduceFunc , typename T >
void skepu::ompRegularWorkload (ReduceFunc *reduceFunc, SparseMatrix< T > &input, T *result_array, const unsigned int &numThreads)
 
template<typename ReduceFunc , typename T >
void skepu::ompIrregularWorkload (ReduceFunc *reduceFunc, SparseMatrix< T > &input, T *result_array)
 

Detailed Description

Contains the definitions of common member functions for the Reduce skeleton that is used for both 1D and 2D reduction operations.