Chisel

Reliability- and Accuracy-Aware Optimization of Approximate Computational Kernels

Overview

The accuracy of an approximate computation is the distance between the result that the computation produces and the corresponding fully accurate result. The reliability of the computation is the probability that it will produce an acceptably accurate result. Emerging approximate hardware platforms provide approximate operations that, in return for reduced energy consumption and/or increased performance, exhibit reduced reliability and/or accuracy.

We present Chisel, a system for reliability- and accuracy-aware optimization of approximate computational kernels that run on approximate hardware platforms. Given a combined reliability and accuracy specification, Chisel automatically selects approximate kernel operations to synthesize an approximate computation that minimizes energy consumption while satisfying its reliability and accuracy specification.

We evaluate Chisel on five applications from the image processing, scientific computing, and financial analysis domains. The experimental results show that our implemented optimization algorithm enables Chisel to optimize our set of benchmark kernels to obtain energy savings from 8.7\% to 19.8\% compared to the fully reliable kernel implementations while preserving important reliability guarantees.

Publications

Chisel: Reliability- and Accuracy-Aware Optimization of Approximate Computational Kernels

S.Misailovic, M.Carbin, S.Achour, Z.Qi, M.Rinard
To Appear in Proceedings of 29th ACM SIGPLAN Conference on Object-Oriented Programming, Systems, Languages and Applications (OOPSLA/SPLASH 2014), Portland, OR, USA, October 2014.
(Paper)  (Appendix)

People

Sasa Misailovic
Michael Carbin
Sara Achour
Zichao Qi
Martin Rinard

See Also

Rely Language