Performance evaluation of accelerated complex multiple-precision LU decomposition
Numerical Analysis
2024-08-21 v1 Numerical Analysis
Performance
Abstract
The direct method is one of the most important algorithms for solving linear systems of equations, with LU decomposition comprising a significant portion of its computation time. This study explores strategies to accelerate complex LU decomposition using multiple-precision floating-point arithmetic of the multiple-component type. Specifically, we explore the potential efficiency gains using a combination of SIMDization and the 3M method for complex matrix multiplication. Our benchmark tests compare this approach with the direct method implementation in MPLAPACK, focusing on computation time and numerical errors.
Cite
@article{arxiv.2403.16013,
title = {Performance evaluation of accelerated complex multiple-precision LU decomposition},
author = {Tomonori Kouya},
journal= {arXiv preprint arXiv:2403.16013},
year = {2024}
}