Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.08 KB

File metadata and controls

26 lines (17 loc) · 1.08 KB

Build and Run

This repository is based on rapidsai/cuvs, so please refer to the cuvs build-from-source documentation as a starting point.

Software & Hardware Requirements

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

Compile the Benchmark

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-ann

Run Benchmarks

Our benchmarks are based on cuVS Bench, please refer to the cuvs_bench documentation at first.