QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
quda::ReduceArg< T > Struct Template Reference
Inheritance diagram for quda::ReduceArg< T >:
Inheritance graph
[legend]
Collaboration diagram for quda::ReduceArg< T >:
Collaboration graph
[legend]

Public Member Functions

 ReduceArg ()
 

Public Attributes

T * partial
 
T * result_d
 
T * result_h
 

Detailed Description

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

Definition at line 69 of file cub_helper.cuh.

Constructor & Destructor Documentation

◆ ReduceArg()

template<typename T>
quda::ReduceArg< T >::ReduceArg ( )
inline

Definition at line 73 of file cub_helper.cuh.

Member Data Documentation

◆ partial

template<typename T>
T* quda::ReduceArg< T >::partial

Definition at line 70 of file cub_helper.cuh.

Referenced by quda::reduce2d(), and quda::reduceRow().

◆ result_d

template<typename T>
T* quda::ReduceArg< T >::result_d

Definition at line 71 of file cub_helper.cuh.

Referenced by quda::reduce2d(), and quda::reduceRow().

◆ result_h

template<typename T>
T* quda::ReduceArg< T >::result_h

Definition at line 72 of file cub_helper.cuh.


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