ASL  0.1.7
Advanced Simulation Library
Functions
testPrivateVar.cc File Reference
#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>
Include dependency graph for testPrivateVar.cc:

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::KernelConfigurationkConf (acl::KERNEL_BASIC)
 
bool testKernelUnoptimized ()
 
bool testKernelUnoptimizedPlus ()
 
bool testKernelOptimized ()
 
int main ()
 

Function Documentation

◆ kConf()

◆ main()

int main ( )
Examples
testPrivateVar.cc.

Definition at line 133 of file testPrivateVar.cc.

◆ nCycles()

const unsigned int nCycles ( 10000  )

◆ nLength()

const unsigned int nLength ( 1000000  )

◆ nOperations()

const unsigned int nOperations ( 10  )

◆ testKernelOptimized()

bool testKernelOptimized ( )
Examples
testPrivateVar.cc.

Definition at line 102 of file testPrivateVar.cc.

◆ testKernelUnoptimized()

bool testKernelUnoptimized ( )
Examples
testPrivateVar.cc.

Definition at line 42 of file testPrivateVar.cc.

◆ testKernelUnoptimizedPlus()

bool testKernelUnoptimizedPlus ( )
Examples
testPrivateVar.cc.

Definition at line 71 of file testPrivateVar.cc.