|
Extended CUDA Library (ecuda)
2.0
|
#include <iterator>#include <vector>#include "../global.hpp"#include "../algorithm.hpp"#include "../allocators.hpp"#include "../apiwrappers.hpp"#include "../iterator.hpp"#include "../utility.hpp"#include <typeinfo>Go to the source code of this file.
Namespaces | |
| ecuda | |
Macros | |
| #define | ECUDA_ALGO_COPY_HPP |
Functions | |
| template<class InputIterator , class OutputIterator > | |
| __HOST__ __DEVICE__ OutputIterator | ecuda::copy (InputIterator first, InputIterator last, OutputIterator result) |
| Replacement for std::copy. More... | |
| template<class InputIterator , class OutputIterator > | |
| ECUDA_SUPPRESS_HD_WARNINGS __HOST__ __DEVICE__ OutputIterator | ecuda::copy (InputIterator first, InputIterator last, OutputIterator result) |
| Replacement for std::copy. More... | |
1.8.6