Title :
Parallelization of Reordering Algorithms for Bandwidth and Wavefront Reduction
Author :
Karantasis, Konstantinos I. ; Lenharth, Andrew ; Nguyen, Donald ; Garzaran, Mara J. ; Pingali, Keshav
Author_Institution :
Dept. of Comput. Sci., Univ. of Illinois at Urbana-Champaign, Urbana, IL, USA
Abstract :
Many sparse matrix computations can be speeded up if the matrix is first reordered. Reordering was originally developed for direct methods but it has recently become popular for improving the cache locality of parallel iterative solvers since reordering the matrix to reduce bandwidth and wave front can improve the locality of reference of sparse matrix-vector multiplication (SpMV), the key kernel in iterative solvers. In this paper, we present the first parallel implementations of two widely used reordering algorithms: Reverse Cut hill-McKee (RCM) and Sloan. On 16 cores of the Stampede supercomputer, our parallel RCM is 5.56 times faster on the average than a state-of-the-art sequential implementation of RCM in the HSL library. Sloan is significantly more constrained than RCM, but our parallel implementation achieves a speedup of 2.88X on the average over sequential HSL-Sloan. Reordering the matrix using our parallel RCM and then performing 100 SpMV iterations is twice as fast as using HSL-RCM and then performing the SpMV iterations, it is also 1.5 times faster than performing the SpMV iterations without reordering the matrix.
Keywords :
cache storage; iterative methods; matrix multiplication; parallel algorithms; parallel machines; sparse matrices; HSL library; HSL-RCM; SpMV iteration; Stampede supercomputer; bandwidth reduction; cache locality; matrix reordering; parallel RCM; parallel implementation; parallel iterative solver; parallelization; reordering algorithm; reverse cut hill-McKee; sequential HSL-Sloan; sparse matrix computation; sparse matrix-vector multiplication; wavefront reduction; Arrays; Bandwidth; Heuristic algorithms; Indexes; Parallel processing; Runtime; Sparse matrices;
Conference_Titel :
High Performance Computing, Networking, Storage and Analysis, SC14: International Conference for
Conference_Location :
New Orleans, LA
Print_ISBN :
978-1-4799-5499-5