Optimal normalization frequency and placement for quasi multi-word arithmetic in CG
Determine the optimal frequency and algorithmic placement of normalization operations when using quasi double-word (QDW) and quasi triple-word (QTW) arithmetic in the Conjugate Gradient (CG) method, balancing numerical accuracy and execution time. In particular, ascertain whether normalizing only the residual vector once per iteration after the AXPY update (using QuickTwoSum for QDW and VecSum3 for QTW) is optimal, or whether more frequent and/or differently placed normalization yields better overall efficiency and accuracy.
References
We note, however, that applying normalization more frequently may improve accuracy, albeit at the cost of increased execution time; thus, the optimal frequency and placement of normalization remains an open question.