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
784 stars 195 forks source link

[FEA] Add new sparse matrix API to Python #2504

Open lowener opened 4 days ago

lowener commented 4 days ago

PR #1279 introduced a new API for sparse matrices. There is currently no bindings for it in Python, so any function in Python that accept sparse matrices as input have to use the arrays individually. (cf Lanczos solver #2481)