SDCTune: A Model for Predicting the SDC-Proneness of an Application for Configurable Protection

Qining Lu, Karthik Pattabiraman, Meeta Gupta and Jude Rivers, International conference on Compilers, Architecture and Synthesis for Embedded Systems (CASES), 2014. (Acceptance rate: 30%) [ PDF | Talk ]

Abstract: Silent Data Corruption (SDC) is a serious reliability issue in many domains, including embedded systems. However, current protection techniques are brittle, and do not allow programmers to trade off performance for SDC coverage. Further, many of them require tens of thousands of fault injection experiments, which are highly time-intensive. In this paper, we propose an empirical model to predict the SDC proneness of a program’s data called SDCTune. SDCTune is based on static and dynamic features of the program alone, and does not require fault injections to be performed. We then develop an algorithm using SDCTune to selectively protect the most SDC-prone data in the program subject to a given performance overhead bound. Our results show that our technique is highly accurate at predicting the relative SDC rate of an application, and outperforms full duplication by a factor of 0.83 to 1.87x in efficiency of detection (i.e., ratio of SDC coverage provided to the performance overhead).

Comments Off on SDCTune: A Model for Predicting the SDC-Proneness of an Application for Configurable Protection

Filed under papers

Comments are closed.