Iterative cagra q#1810
Draft
irina-resh-nvda wants to merge 173 commits into
Draft
Conversation
…ive_cagra_q # Conflicts: # cpp/CMakeLists.txt # cpp/include/cuvs/neighbors/cagra.hpp # cpp/src/neighbors/detail/cagra/cagra_build.cuh # cpp/src/neighbors/detail/cagra/cagra_search.cuh # cpp/src/neighbors/detail/cagra/compute_distance_vpq-impl.cuh # cpp/src/neighbors/detail/cagra/compute_distance_vpq.hpp # cpp/src/neighbors/detail/cagra/compute_distance_vpq_inst.cu.in # cpp/src/neighbors/detail/cagra/compute_distance_vpq_matrix.json # cpp/src/neighbors/detail/cagra/device_common.hpp # cpp/src/neighbors/detail/cagra/graph_core.cuh # cpp/src/neighbors/detail/cagra/search_multi_cta_kernel-inl.cuh # cpp/src/neighbors/detail/cagra/search_multi_kernel.cuh # cpp/src/neighbors/detail/cagra/search_single_cta_kernel-inl.cuh # cpp/src/neighbors/detail/cagra/utils.hpp # cpp/tests/CMakeLists.txt # cpp/tests/neighbors/ann_cagra.cuh # cpp/tests/neighbors/vpq_utils.cuh # python/cuvs_bench/cuvs_bench/run/__main__.py
Optionally permute the VPQ-compressed dataset before the iterative build loop to break spatial locality, then unshuffle the resulting graph back to the original node ordering. Adds the shuffle_dataset (and smem_dtype) build-search params and bench parsing.
…ive_cagra_q # Conflicts: # cpp/include/cuvs/neighbors/cagra.hpp # cpp/src/neighbors/detail/cagra/cagra_search.cuh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A draft PR for iterative cagra graph construction using cagra q search