Sparse Matrix Multiplication On An Associative Processor
L. Yavits, A. Morad, R. Ginosar

TL;DR
This paper explores implementing sparse matrix multiplication on an associative processor, demonstrating high parallelism, efficiency, and superior power performance compared to traditional methods, especially for binary matrices.
Contribution
It introduces and evaluates four sparse matrix multiplication algorithms optimized for associative processors, highlighting their computational complexity and efficiency benefits.
Findings
AP achieves O(nnz) complexity for sparse matrix multiplication.
AP is particularly efficient for binary sparse matrices.
Associative processor outperforms conventional solutions in power efficiency.
Abstract
Sparse matrix multiplication is an important component of linear algebra computations. Implementing sparse matrix multiplication on an associative processor (AP) enables high level of parallelism, where a row of one matrix is multiplied in parallel with the entire second matrix, and where the execution time of vector dot product does not depend on the vector size. Four sparse matrix multiplication algorithms are explored in this paper, combining AP and baseline CPU processing to various levels. They are evaluated by simulation on a large set of sparse matrices. The computational complexity of sparse matrix multiplication on AP is shown to be an O(nnz) where nnz is the number of nonzero elements. The AP is found to be especially efficient in binary sparse matrix multiplication. AP outperforms conventional solutions in power efficiency.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques · Interconnection Networks and Systems · Distributed and Parallel Computing Systems
