rapidsai / raft

RAFT contains fundamental widely-used algorithms and primitives for machine learning and information retrieval. The algorithms are CUDA-accelerated and form building blocks for more easily writing high performance applications.
https://docs.rapids.ai/api/raft/stable/
Apache License 2.0
747 stars 189 forks source link

Support building faiss main statically #2323

Closed robertmaynard closed 4 months ago

robertmaynard commented 4 months ago

Cleans up a collection of anti-patterns in the raft CMake code while also enabling building faiss from latest main

cjnolet commented 4 months ago

cc @tfeher and @achirkin for awareness. This will probably need to be merged forward into your migration of raft-ann-bench to cuVS.

cjnolet commented 4 months ago

/merge