|
ASL
0.1.6
Advanced Simulation Library
|
Functions | |
| acl::VectorOfElements | asl::uploadToLocalMem (AbstractData &source, const AVec< int > &size, unsigned int groupSize, acl::Kernel &kernel) |
| SPDataWrapperACL | asl::generateSubData (SPDataWrapperACL d, AVec< int > a, AVec< int > b) |
| generates DataWraper with points placed inside a widow More... | |
| SPDataWithGhostNodesACLData | asl::coarseData (SPDataWithGhostNodesACLData d) |
| SPDataWithGhostNodesACLData | asl::clipData (SPDataWithGhostNodesACLData d, AVec< int > a0, AVec< int > aE) |
|
inline |
Definition at line 128 of file aslDataResampling.h.
|
inline |
Definition at line 119 of file aslDataResampling.h.
| SPDataWrapperACL asl::generateSubData | ( | SPDataWrapperACL | d, |
| AVec< int > | a, | ||
| AVec< int > | b | ||
| ) |
| acl::VectorOfElements asl::uploadToLocalMem | ( | AbstractData & | source, |
| const AVec< int > & | size, | ||
| unsigned int | groupSize, | ||
| acl::Kernel & | kernel | ||
| ) |
Uploads source from global to local memory in portion defined by size with group size groupSize. Returns destination (local VectorOfElements).
1.8.9.1