ASL  0.1.7
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>
Include dependency graph for testKernel.cc:

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

◆ main()

int main ( )
Examples
testKernel.cc.

Definition at line 420 of file testKernel.cc.

◆ testCopy()

bool testCopy ( )
Examples
testKernel.cc.

Definition at line 54 of file testKernel.cc.

◆ testKernel()

bool testKernel ( )
Examples
testKernel.cc.

Definition at line 72 of file testKernel.cc.

◆ testKernelSIMD()

bool testKernelSIMD ( )
Examples
testKernel.cc.

Definition at line 104 of file testKernel.cc.

◆ testKernelSIMDUA()

bool testKernelSIMDUA ( )
Examples
testKernel.cc.

Definition at line 136 of file testKernel.cc.

◆ testLocalArray()

bool testLocalArray ( )
Examples
testKernel.cc.

Definition at line 370 of file testKernel.cc.

◆ testPrivateArray()

bool testPrivateArray ( )
Examples
testKernel.cc.

Definition at line 206 of file testKernel.cc.

◆ testPrivateVariable()

bool testPrivateVariable ( )
Examples
testKernel.cc.

Definition at line 171 of file testKernel.cc.

◆ testSelect()

bool testSelect ( )
Examples
testKernel.cc.

Definition at line 294 of file testKernel.cc.

◆ testSubvector()

bool testSubvector ( )
Examples
testKernel.cc.

Definition at line 328 of file testKernel.cc.

◆ testSwapBuffers()

bool testSwapBuffers ( )
Examples
testKernel.cc.

Definition at line 348 of file testKernel.cc.

◆ testVariable()

bool testVariable ( )
Examples
testKernel.cc.

Definition at line 242 of file testKernel.cc.

◆ testVariableReference()

bool testVariableReference ( )
Examples
testKernel.cc.

Definition at line 267 of file testKernel.cc.