SPM-GCN: an Adaptive Reordering Algorithm for Sparse LU Factorization Via GCN

Min Tian,Huazeng Liu,Junjie Wang,Qi Liu,Wei Du,Zanjun Zhang
DOI: https://doi.org/10.1109/icpads60453.2023.00409
2023-01-01
Abstract:Sparse LU factorization is a critical kernel in scientific computing and engineering applications. A better nonzero pattern of sparse matrixes can accelerate LU factorization by reordering. Traditionally it’s difficult to predict which non-zero pattern is optimal for a sparse matrix. In this paper, we proposed a graph convolutional neural network (GCN) for adaptively selecting the optimal reordering algorithm from five candidate reordering algorithms in the Matrix preprocessing step, referred to as SPM-GCN. After using our SPM-GCN, the average numerical factorization time outperformed the other five algorithms, and the average numerical factorization time was reduced by 17.3% compared with the default method of swSuperLU.
What problem does this paper attempt to address?