cuvs
cuvs copied to clipboard
[DOC] Exact documentation to compile the cagra using cpp
Report needed documentation
Needed documentation: Exact documentation to compile the cagra using cpp or to download docker image that includes the tools to compile the cagra.
Have you had a look at the current documentation for the installation of cuvs? https://docs.rapids.ai/api/cuvs/nightly/build/#build-from-source It contains the commands needed to compile CAGRA in C++:
- Create a conda environment with the needed dependencies
- Compile the library using
./build.sh libcuvs - You can also optionally compile the examples using
./build.sh examples