This repository is based on rapidsai/cuvs, so please refer to the cuvs build-from-source documentation as a starting point.
Same as rapidsai/cuvs, but if you want to benchmark the GANNS algorithm, please make sure your CUDA version is < 12, see yuyuanhang/GANNS#2
When building cuVS from source, the build.sh script offers a nice wrapper around the cmake commands to ease the burdens of manually configuring the various available cmake options.
You can run build.sh -h to see the available options.
For compiling the benchmark, you can use the following command:
./build.sh bench-annOur benchmarks are based on cuVS Bench, please refer to the cuvs_bench documentation at first.