|
SkePU(integratedwithStarPU)
0.8.1
|
Contains a class declaration for the Vector container. More...
#include <fstream>#include <sstream>#include <iostream>#include <cstdlib>#include <vector>#include <assert.h>#include <algorithm>#include <map>#include <starpu.h>#include "skepu/src/debug.h"#include "skepu/src/malloc_allocator.h"#include "src/vector_iterator.inl"#include "src/vector_proxy.inl"#include "src/vector.inl"

Go to the source code of this file.
Classes | |
| class | skepu::Vector< T > |
| A vector container class, implemented as a wrapper for std::vector. It is configured to use StarPU DSM as its backend, which means that it does not do lazy memory copying in this translation. More... | |
Namespaces | |
| skepu | |
| The main nemaspace for SkePU library. | |
Contains a class declaration for the Vector container.
1.8.5