cuvs icon indicating copy to clipboard operation
cuvs copied to clipboard

Remove duplicate VPQ code of scann

Open lowener opened this issue 2 months ago • 0 comments

Scann is using process_and_fill_codes_subspaces but this code is already present in vpq_dataset.cuh. The code in vpq_dataset.cuh is more recent because it supports batching. This PR removes the duplicated code.

lowener avatar Nov 06 '25 17:11 lowener