Skip to content

Sparse Matrix Algebra DLLs

Compare
Choose a tag to compare
@michabirklbauer michabirklbauer released this 27 Jul 15:02
· 156 commits to master since this release
ab277c1

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):
    • findTopCandidates: sparse matrix - dense vector multiplication using CUDA (SpMV)
    • findTopCandidatesBatched: sparse matrix - sparse matrix multiplication using CUDA (SpGEMM)
    • findTopCandidatesBatched2: sparse matrix - dense matrix multiplication using CUDA (SpMM)

Includes fixes introduced with #11.