|
SkePU 0.7
|
| skepu::DataCollector2D< Tx, Ty > | A class that can be used to collect 2D data |
| skepu::Device_CL | A class representing an OpenCL device |
| skepu::Device_CU | A class representing a CUDA device |
| skepu::DeviceMemPointer_CL< T > | A class representing an OpenCL device memory allocation for container |
| skepu::DeviceMemPointer_CU< T > | A class representing a CUDA device memory allocation for container |
| skepu::Environment< T > | A class representing a execution environment |
| skepu::ExecPlan | A class that describes an execution plan |
| skepu::Generate< GenerateFunc > | A class representing the Generate skeleton |
| skepu::Matrix< T >::iterator | An matrix iterator class that tranverses row-wise |
| skepu::Vector< T >::iterator< T > | An vector iterator class |
| malloc_allocator | A custom memory allocator used with std::vector |
| skepu::Map< MapFunc > | A class representing the Map skeleton |
| skepu::MapArray< MapArrayFunc > | A class representing the MapArray skeleton |
| skepu::MapOverlap< MapOverlapFunc > | A class representing the MapOverlap skeleton |
| skepu::MapOverlap2D< MapOverlap2DFunc > | A class representing the MapOverlap skeleton for 2D overlap for Matrix operands (useful for convolution and stencil computation) |
| skepu::MapReduce< MapFunc, ReduceFunc > | A class representing the MapReduce skeleton |
| skepu::Matrix< T > | A matrix container class (2D matrix), internally uses 1D container (std::vector) to store elements in a contiguous memory allocations |
| skepu::openclDeviceProp | |
| skepu::openclGenProp | |
| skepu::Matrix< T >::proxy_elem | A proxy class representing one element of Matrix |
| skepu::Vector< T >::proxy_elem< T > | A proxy class representing one element of Vector |
| skepu::Reduce< ReduceFunc > | A class representing the Reduce skeleton |
| skepu::Scan< ScanFunc > | A class representing the Scan skeleton |
| skepu::TimerLinux_GTOD | A class that can be used measure time on Linux systems |
| skepu::Vector< T > | A vector container class, implemented as a wrapper for std::vector |
1.7.4