cuvs
cuvs copied to clipboard
Remove duplicate VPQ code of scann
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.