murmur integer finalizer More...
Public Types | |
using | key_type = K |
using | hash_type = K |
using | tag = tags::true_permutation_hasher |
Static Public Member Functions | |
template<class T > | |
static __host____device__ T | hash (T x) noexcept |
hash function More... | |
murmur integer finalizer
K | key type (std::uint32_t or std::uint64_t) |
Definition at line 86 of file hashers.cuh.
using warpcore::hashers::MurmurHash< K >::hash_type = K |
Definition at line 91 of file hashers.cuh.
using warpcore::hashers::MurmurHash< K >::key_type = K |
Definition at line 90 of file hashers.cuh.
using warpcore::hashers::MurmurHash< K >::tag = tags::true_permutation_hasher |
Definition at line 92 of file hashers.cuh.
|
inlinestaticnoexcept |
hash function
T | key type |
[in] | x | key to be hashed |
x
Definition at line 101 of file hashers.cuh.