6084c42374b3face.tex
1: \begin{abstract}
2:     This study presents a novel mixed-precision iterative refinement algorithm, 
3:     GADI-IR, within the general alternating-direction implicit (GADI) framework, 
4:     designed for efficiently solving large-scale sparse linear systems. 
5:     By employing low-precision arithmetic, particularly half-precision (FP16), 
6:     for computationally intensive inner iterations, the method achieves 
7:     substantial acceleration while maintaining high numerical accuracy. 
8:     Key challenges such as overflow in half-precision and convergence issues 
9:     for low precision are addressed through careful backward error analysis 
10:     and the application of a regularization parameter $\alpha$. Furthermore, 
11:     the integration of low-precision arithmetic into the parameter 
12:     prediction process, using Gaussian Process Regression (GPR), 
13:     significantly reduces computational time without degrading performance. 
14:     The method is particularly effective for large-scale linear systems 
15:     arising from discretized partial differential equations and 
16:     other high-dimensional problems, where both accuracy and efficiency 
17:     are critical. Numerical experiments demonstrate that the use of 
18:     mixed-precision strategies not only accelerates computation 
19:     but also ensures robust convergence, making the approach advantageous 
20:     for various applications. The results highlight the potential 
21:     of leveraging lower-precision arithmetic to achieve superior 
22:     computational efficiency in high-performance computing.
23: \end{abstract}
24: