|
ASL
0.1.6
Advanced Simulation Library
|
#include "utilities/aslUValue.h"#include "acl/Kernels/aclKernel.h"#include "acl/Kernels/aclKernelConfigurationTemplates.h"#include <acl/acl.h>#include <acl/aclMath/aclVectorOfElements.h>#include <acl/aclGenerators.h>#include <utilities/aslTimer.h>Go to the source code of this file.
Functions | |
| const unsigned int | nLength (1000000) |
| const unsigned int | nOperations (10) |
| const unsigned int | nCycles (10000) |
| const acl::KernelConfiguration & | kConf (acl::KERNEL_BASIC) |
| bool | testKernelUnoptimized () |
| bool | testKernelUnoptimizedPlus () |
| bool | testKernelOptimized () |
| int | main () |
| const acl::KernelConfiguration& kConf | ( | acl::KERNEL_BASIC | ) |
| int main | ( | ) |
Definition at line 133 of file testPrivateVar.cc.
| const unsigned int nCycles | ( | 10000 | ) |
| const unsigned int nLength | ( | 1000000 | ) |
| const unsigned int nOperations | ( | 10 | ) |
| bool testKernelOptimized | ( | ) |
Definition at line 102 of file testPrivateVar.cc.
| bool testKernelUnoptimized | ( | ) |
Definition at line 42 of file testPrivateVar.cc.
| bool testKernelUnoptimizedPlus | ( | ) |
Definition at line 71 of file testPrivateVar.cc.
1.8.9.1