Evaluation of Static Analysis Techniques for Fixed-Point Precision Optimization

Jason Cong,Karthik Gururaj,Bin Liu,Chunyue Liu,Zhiru Zhang,Sheng Zhou,Yi Zou
DOI: https://doi.org/10.1109/FCCM.2009.35
2009-01-01
Abstract:Precision analysis and optimization is very important when transforming a floating-point algorithm into fixed-point hardware implementations. The core analysis techniques are either based on dynamic analysis or static analysis. We believe in staticerror analysis, as it is the only technique that can guarantee the desired worst-case accuracy. In this paper we study various underlying arithmetic candidates that can be used in static error analysis and compare their computed sensitivities. The approaches studied include Affine Arithmetic(AA), General Interval Arithmetic (GIA) and Automatic Differentiation (Symbolic Arithmetic). Our study shows that symbolic method is preferred for expressions with higher order cancelation. For programs without strong cancelation, any method works fairly well and GIA slightly outperforms others. We also study the impact of program transformations on these arithmetics.
What problem does this paper attempt to address?