12 u32 tid = threadIdx.x + blockIdx.x * blockDim.x;
15 data_t *mytable =
reinterpret_cast<data_t*
>(&table[tid]);
19 mytable->
aggregation = *
reinterpret_cast<float*
>(&agg);
This is the top-level namespace of the project.
__global__ void convert_to_data(T_HASHTABLE *table, u32 size)
__host__ __forceinline__ __device__ u32 get_key_attach_id(T_HASHTABLE key)
__forceinline__ __host__ __device__ T_KEY get_key_pos(T_HASHTABLE key)
Basic utility functions to be used in matching kernels.