Skip to content

Sparse Matrix Algebra DLLs

Compare
Choose a tag to compare
@michabirklbauer michabirklbauer released this 25 Jul 14:39
· 163 commits to master since this release
7529cb8

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.5):
    • 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)