Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question about the step variable in hash_insert function #2

Open
Zhangyzh36 opened this issue Oct 30, 2021 · 0 comments
Open

question about the step variable in hash_insert function #2

Zhangyzh36 opened this issue Oct 30, 2021 · 0 comments

Comments

@Zhangyzh36
Copy link

Zhangyzh36 commented 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.

@Zhangyzh36 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant