|
ASL
0.1.7
Advanced Simulation Library
|
ACL Kernel configuration class. More...
#include <aclKernelConfiguration.h>

Public Member Functions | |
| KernelConfiguration (bool simd=false, bool unaligned_=false, bool local_=false) | |
| KernelConfiguration (const KernelConfiguration &kernelConfig_) | |
| bool | operator== (const KernelConfiguration &a) const |
| KernelConfiguration (bool simd=false, bool unaligned_=false, bool local_=false) | |
| KernelConfiguration (const KernelConfiguration &kernelConfig_) | |
| bool | operator== (const KernelConfiguration &a) const |
Public Attributes | |
| unsigned int | vectorWidth |
| bool | unaligned |
| bool | local |
| std::vector< std::string > | extensions |
ACL Kernel configuration class.
Definition at line 34 of file aclKernelConfiguration.h.
|