Sparse Matrix Algebra DLLs
michabirklbauer
released this
27 Jul 15:02
·
156 commits
to master
since this release
Implements the following methods across two DLLs:
- VectorSearch.dll (v1.4.3):
- findTopCandidates: sparse matrix - sparse vector multiplication using Eigen
- findTopCandidatesBatched: sparse matrix - sparse matrix multiplication using Eigen
- VectorSearchCUDA.dll (v1.4.6):
Includes fixes introduced with #11.