|
Extended CUDA Library (ecuda)
2.0
|
#include <iterator>#include <vector>#include "../global.hpp"#include "../iterator.hpp"#include "../utility.hpp"Go to the source code of this file.
Namespaces | |
| ecuda | |
Macros | |
| #define | ECUDA_ALGO_EQUAL_HPP |
Functions | |
| template<class InputIterator1 , class InputIterator2 > | |
| __HOST__ __DEVICE__ bool | ecuda::equal (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2) |
| Replacement for std::equal. More... | |
| template<class InputIterator1 , class InputIterator2 > | |
| ECUDA_SUPPRESS_HD_WARNINGS __HOST__ __DEVICE__ bool | ecuda::equal (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2) |
| Replacement for std::equal. More... | |
1.8.6