We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
num_query
The parameter num_query in function warp_independent_search_kernel is not used so that batch query always returns a single result.
warp_independent_search_kernel
song/warp_astar_accelerator.h
Line 41 in fa2d755
song/hash_warp_no_heap_astar_accelerator.h
Line 129 in fa2d755
The text was updated successfully, but these errors were encountered:
The algorithm itself seems to be correct. It was me who didn't write the function call correctly.
Sorry, something went wrong.
No branches or pull requests
The parameter
num_query
in functionwarp_independent_search_kernel
is not used so that batch query always returns a single result.song/warp_astar_accelerator.h
Line 41 in fa2d755
song/hash_warp_no_heap_astar_accelerator.h
Line 129 in fa2d755
The text was updated successfully, but these errors were encountered: