Title :
Performance Evaluation of Multithreaded Sparse Matrix-Vector Multiplication Using OpenMP
Author :
Liu, Shengfei ; Zhang, Yunquan ; Sun, Xiangzheng ; Qiu, RongRong
Author_Institution :
Inst. of Software, Chinese Acad. of Sci., Beijing, China
Abstract :
Sparse matrix-vector multiplication is an important computational kernel in scientific applications. However, it performs poorly on modern processors because of a low compute-to-memory ratio and its irregular memory access patterns. This paper discusses the implementations of sparse matrix-vector algorithm using OpenMP to execute iterative methods on the Dawning S4800A1. Two storage formats (CSR and BCSR) for sparse matrices and three scheduling schemes (static, dynamic and guided) provided by the standard OpenMP are evaluated. We also compared these three schemes with non-zero scheduling, where each thread is assigned approximately the same number of non-zero elements. Experimental data shows that, the non-zero scheduling can provide the best performance in most cases. The current implementation provides satisfactory scalability for most of matrices. However, we only get a limited speedup for some large matrices that contain millions of non-zero elements.
Keywords :
application program interfaces; matrix multiplication; multi-threading; scheduling; shared memory systems; software performance evaluation; sparse matrices; vectors; Dawning S4800A1; OpenMP; compute-to-memory ratio; irregular memory access patterns; iterative methods; multithreaded sparse matrix-vector multiplication; nonzero scheduling; performance evaluation; High performance computing; Job shop scheduling; Kernel; Libraries; Multicore processing; Packaging; Processor scheduling; Scalability; Software packages; Sparse matrices; Load Balance; Multithreaded; OpenMP; Sparse Matrix-Vector Multiplication;
Conference_Titel :
High Performance Computing and Communications, 2009. HPCC '09. 11th IEEE International Conference on
Conference_Location :
Seoul
Print_ISBN :
978-1-4244-4600-1
Electronic_ISBN :
978-0-7695-3738-2
DOI :
10.1109/HPCC.2009.75