ASL 0.1.7
Advanced Simulation Library
Loading...
Searching...
No Matches
testPrivateVar.cc File Reference

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 ( )

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.