ASL  0.1.6
Advanced Simulation Library
Functions
testKernel.cc File Reference
#include "acl/acl.h"
#include "acl/DataTypes/aclIndex.h"
#include "acl/DataTypes/aclGroupID.h"
#include "acl/DataTypes/aclConstant.h"
#include "acl/DataTypes/aclVariable.h"
#include "acl/DataTypes/aclVariableReference.h"
#include "acl/DataTypes/aclPrivateVariable.h"
#include "acl/DataTypes/aclPrivateArray.h"
#include "acl/DataTypes/aclArray.h"
#include "acl/DataTypes/aclSubvector.h"
#include "acl/DataTypes/aclLocalArray.h"
#include "acl/Operators/aclElementFor.h"
#include "acl/Operators/aclElementIfElse.h"
#include "acl/Operators/aclElementExcerpt.h"
#include "acl/Kernels/aclKernel.h"
#include "aslUtilities.h"
#include <math.h>
#include <initializer_list>
#include <acl/Kernels/aclKernelConfigurationTemplates.h>

Go to the source code of this file.

Functions

bool testCopy ()
 
bool testKernel ()
 
bool testKernelSIMD ()
 
bool testKernelSIMDUA ()
 
bool testPrivateVariable ()
 
bool testPrivateArray ()
 
bool testVariable ()
 
bool testVariableReference ()
 
bool testSelect ()
 
bool testSubvector ()
 
bool testSwapBuffers ()
 
bool testLocalArray ()
 
int main ()
 

Function Documentation

int main ( )
Examples:
testKernel.cc.

Definition at line 420 of file testKernel.cc.

bool testCopy ( )
Examples:
testKernel.cc.

Definition at line 54 of file testKernel.cc.

bool testKernel ( )
Examples:
testKernel.cc.

Definition at line 72 of file testKernel.cc.

bool testKernelSIMD ( )
Examples:
testKernel.cc.

Definition at line 104 of file testKernel.cc.

bool testKernelSIMDUA ( )
Examples:
testKernel.cc.

Definition at line 136 of file testKernel.cc.

bool testLocalArray ( )
Examples:
testKernel.cc.

Definition at line 370 of file testKernel.cc.

bool testPrivateArray ( )
Examples:
testKernel.cc.

Definition at line 206 of file testKernel.cc.

bool testPrivateVariable ( )
Examples:
testKernel.cc.

Definition at line 171 of file testKernel.cc.

bool testSelect ( )
Examples:
testKernel.cc.

Definition at line 294 of file testKernel.cc.

bool testSubvector ( )
Examples:
testKernel.cc.

Definition at line 328 of file testKernel.cc.

bool testSwapBuffers ( )
Examples:
testKernel.cc.

Definition at line 348 of file testKernel.cc.

bool testVariable ( )
Examples:
testKernel.cc.

Definition at line 242 of file testKernel.cc.

bool testVariableReference ( )
Examples:
testKernel.cc.

Definition at line 267 of file testKernel.cc.