Draft: Pipeline cuVS IVF-PQ artifact builds#10
Draft
Xuanwo wants to merge 8 commits into
Draft
Conversation
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.
Summary
Benchmark context
Dataset:
paired-llama-3.2-1b-embeddings-lmsys-chat-1m, 100M sampled rows, IVF-PQ withnum_partitions=256,num_sub_vectors=128,sample_rate=256,max_iters=50, andfilter_nan=false. The GPU runs used a single device and did not run or count torch results.On
p4de.24xlargelocal NVMe, the best validated cuVS end-to-end result was358.32s; the same-machine full CPU baseline was643.29s, about1.80xfaster for cuVS. Runs validatedindexed_rows_verified=100000000, non-empty indices, and reasonable index bytes. An EBS comparison was much more IO-bound: cuVS852.26svs CPU902.90s.Draft status
This is a discussion/progress PR. It is not ready as a production-shaped final stack.
Known cleanup before merge:
LANCE_CUVS_PREPARE_WORKERS,LANCE_CUVS_SCAN_BATCH_READAHEAD,LANCE_CUVS_SCAN_FRAGMENT_READAHEAD, andLANCE_CUVS_RMM_POOLwith supported configuration, stable defaults, or remove them.tracing/metrics hooks.