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/utility/Integer.h>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Namespaces | |
hydra | |
Generic policies definition. | |
hydra::detail | |
Macros | |
#define | LT(n) n, n, n, n, n, n, n, n, n, n, n, n, n, n, n, n |
#define | LT(n) n, n, n, n, n, n, n, n, n, n, n, n, n, n, n, n |
Functions | |
template<typename Integer > | |
__hydra_host__ __hydra_device__ std::enable_if< std::is_integral< Integer >::value &&!(std::is_signed< Integer >::value) &&(sizeof(Integer)==8), unsigned >::type | hydra::detail::lsb (Integer x) |
template<typename Integer > | |
__hydra_host__ __hydra_device__ std::enable_if< std::is_integral< Integer >::value &&!(std::is_signed< Integer >::value) &&(sizeof(Integer)==4), unsigned >::type | hydra::detail::lsb (Integer x) |