ASL
0.1.7
Advanced Simulation Library
|
#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 () |
int main | ( | ) |
Definition at line 420 of file testKernel.cc.
bool testCopy | ( | ) |
Definition at line 54 of file testKernel.cc.
bool testKernel | ( | ) |
Definition at line 72 of file testKernel.cc.
bool testKernelSIMD | ( | ) |
Definition at line 104 of file testKernel.cc.
bool testKernelSIMDUA | ( | ) |
Definition at line 136 of file testKernel.cc.
bool testLocalArray | ( | ) |
Definition at line 370 of file testKernel.cc.
bool testPrivateArray | ( | ) |
Definition at line 206 of file testKernel.cc.
bool testPrivateVariable | ( | ) |
Definition at line 171 of file testKernel.cc.
bool testSelect | ( | ) |
Definition at line 294 of file testKernel.cc.
bool testSubvector | ( | ) |
Definition at line 328 of file testKernel.cc.
bool testSwapBuffers | ( | ) |
Definition at line 348 of file testKernel.cc.
bool testVariable | ( | ) |
Definition at line 242 of file testKernel.cc.
bool testVariableReference | ( | ) |
Definition at line 267 of file testKernel.cc.