|
ASL
0.1.7
Advanced Simulation Library
|
#include "acl/acl.h"#include "acl/aclHardware.h"#include "acl/DataTypes/aclIndex.h"#include "acl/DataTypes/aclConstant.h"#include "acl/DataTypes/aclVariable.h"#include "acl/DataTypes/aclPrivateVariable.h"#include "acl/DataTypes/aclArray.h"#include "acl/DataTypes/aclSubvector.h"#include "acl/Kernels/aclKernel.h"#include "aslUtilities.h"#include "utilities/aslTimer.h"#include <math.h>#include <fstream>#include <acl/Kernels/aclKernelConfigurationTemplates.h>
Go to the source code of this file.
Macros | |
| #define | ARRAY_SIZE 10000000 |
| #define | TIME_INTERVAL 5 |
Functions | |
| template<typename T > | |
| T | testSum (T x1, T x2) |
| template<typename T > | |
| T | testSumNonSequential (T x1, T x2) |
| template<typename T > | |
| T | testBasicOperators (T x1, T x2) |
| template<typename T > | |
| T | testSpecialOperators (T x1, T x2) |
| int | main () |
| #define ARRAY_SIZE 10000000 |
Definition at line 54 of file testPerformance.cc.
| #define TIME_INTERVAL 5 |
Definition at line 56 of file testPerformance.cc.
| int main | ( | ) |
Definition at line 274 of file testPerformance.cc.
|
inline |
Definition at line 82 of file testPerformance.cc.
|
inline |
Definition at line 94 of file testPerformance.cc.
|
inline |
Definition at line 63 of file testPerformance.cc.
|
inline |
Definition at line 71 of file testPerformance.cc.
1.8.5