ASL
0.1.7
Advanced Simulation Library
|
The class generates code corresponding to a reduction operation of elements. More...
#include <aclReductionAlgGenerator.h>
Public Member Functions | |
ReductionAlgGenerator (VectorOfElements v) | |
void | compute () |
void | generateAlg (Kernel &k) |
void | generateAlg () |
Public Attributes | |
asl::UValue< asl::AVec< ResType > > | res |
The class generates code corresponding to a reduction operation of elements.
Definition at line 41 of file aclReductionAlgGenerator.h.
acl::ReductionAlgGenerator< ResType, Op >::ReductionAlgGenerator | ( | VectorOfElements | v | ) |
void acl::ReductionAlgGenerator< ResType, Op >::compute | ( | ) |
void acl::ReductionAlgGenerator< ResType, Op >::generateAlg | ( | Kernel & | k | ) |
void acl::ReductionAlgGenerator< ResType, Op >::generateAlg | ( | ) |
asl::UValue<asl::AVec<ResType> > acl::ReductionAlgGenerator< ResType, Op >::res |
Definition at line 48 of file aclReductionAlgGenerator.h.