Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
#include <hydra/detail/Config.h>
#include <hydra/detail/BackendPolicy.h>
#include <hydra/Types.h>
#include <hydra/detail/external/hydra_thrust/distance.h>
Go to the source code of this file.
Namespaces | |
hydra | |
Generic policies definition. | |
Functions | |
template<typename Iterator > | |
__hydra_host__ __hydra_device__ auto | hydra::distance (Iterator first, Iterator last) -> decltype(hydra::thrust::distance< Iterator >(first, last)) |