QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
quda::reduce_vector< T > Struct Template Reference

Public Member Functions

__device__ __host__ T operator() (const T &a, const T &b)
 

Detailed Description

template<typename T>
struct quda::reduce_vector< T >

functor that defines how to do a row-wise vector reduction

Definition at line 198 of file cub_helper.cuh.

Member Function Documentation

◆ operator()()

template<typename T>
__device__ __host__ T quda::reduce_vector< T >::operator() ( const T &  a,
const T &  b 
)
inline

Definition at line 199 of file cub_helper.cuh.

References quda::sum().

Here is the call graph for this function:

The documentation for this struct was generated from the following file: