Abstract: The solution of sparse matrix equations is essential in scientific computing. However, traditional solvers on digital computing platforms are limited by memory bottlenecks in largescale ...
Abstract: This paper investigates sparse matrix-vector (SpMV) multiplication algorithm performance for unstructured sparse matrices. The development of an SpMV multiplication algorithm for this type ...
This document serves as a log of the progress and knowledge I gained while working on GPU programming and studying the PMPP (Parallel Programming and Optimization) book. Implemented vector addition by ...