Attention
The vector search and clustering algorithms in RAFT are being migrated to a new library dedicated to vector search called cuVS. We will continue to support the vector search algorithms in RAFT during this move, but will no longer update them after the RAPIDS 24.06 (June) release. We plan to complete the migration by RAPIDS 24.10 (October) release and they will be removed from RAFT altogether in the 24.12 (December) release.
C++ API#
- Core
- Linear Algebra
- Matrix
- Multi-dimensional Data
- Multi-dimensional Representation
- mdspan: Multi-dimensional Non-owning View
- mdarray: Multi-dimensional Owning Container
- span: One-dimensional Non-owning View
- mdbuffer: Multi-dimensional Maybe-Owning Container
- memory_type_dispatcher
- temporary_device_buffer: Temporary raft::device_mdspan Producing Object
- Multi-node Multi-GPU
- Random
- Solvers
- Sparse
- Stats
- Utilities