Collaboration diagram for Reduction:
Public Types | |
| enum | Type { min , max , sum } |
Public Member Functions | |
| Reduction (Type t) | |
| operator Reduction () const | |
Public Attributes | |
| Type | t_ |
Private Member Functions | |
| template<typename T > | |
| operator T () const | |
Definition at line 10 of file helper.cuh.
| enum Reduction::Type |
| Enumerator | |
|---|---|
| min | |
| max | |
| sum | |
Definition at line 12 of file helper.cuh.
|
inline |
Definition at line 17 of file helper.cuh.
|
inline |
Definition at line 18 of file helper.cuh.
|
private |
| Type Reduction::t_ |
Definition at line 16 of file helper.cuh.