|
Extended CUDA Library (ecuda)
2.0
|
#include <algorithm>#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_MISMATCH_HPP |
Functions | |
| template<class InputIterator1 , class InputIterator2 > | |
| ECUDA_SUPPRESS_HD_WARNINGS __HOST__ __DEVICE__ ecuda::pair< InputIterator1, InputIterator2 > | ecuda::mismatch (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2) |
| #define ECUDA_ALGO_MISMATCH_HPP |
Definition at line 41 of file mismatch.hpp.
1.8.6