You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/libgpuhash/gpu_hash.cu __global__ void hash_insert_cuckoo( bucket_t *hash_table, ielem_t **blk_input, int *blk_elem_num) { int step = blockDim.x >> ELEM_NUM_P; ... }
sorry, I have known what this line mean.
The text was updated successfully, but these errors were encountered:
Zhangyzh36
changed the title
questions about the step variable in hash_insert function
question about the step variable in hash_insert function
Oct 30, 2021
/libgpuhash/gpu_hash.cu
__global__ void hash_insert_cuckoo( bucket_t *hash_table, ielem_t **blk_input, int *blk_elem_num) { int step = blockDim.x >> ELEM_NUM_P; ... }
sorry, I have known what this line mean.
The text was updated successfully, but these errors were encountered: