Incidental Computing on IoT Nonvolatile Processors

Kaisheng Ma,Xueqing Li,Jinyang Li,Yongpan Liu,Yuan Xie,Jack Sampson,Mahmut Taylan Kandemir,Vijaykrishnan Narayanan
DOI: https://doi.org/10.1145/3123939.3124533
2017-01-01
Abstract:Batteryless IoT devices powered through energy harvesting face a fundamental imbalance between the potential volume of collected data and the amount of energy available for processing that data locally. However, many such devices performsimilar operations across each new input record, which provides opportunities for mining the potential information in buffered historical data, at potentially lower effort, while processing new data rather than abandoning old inputs due to limited computational energy. We call this approach incidental computing, and highlight synergies between this approach and approximation techniques when deployed on a non-volatile processor platform (NVP). In addition to incidental computations, the backup and restore operations in an incidental NVP provide approximation opportunities and optimizations that are unique to NVPs.We propose a variety of incidental approximation approaches suited to NVPs, with a focus on approximate backup and restore, and approximate recomputation in the face of power interruptions. We perform RTL level evaluation for many frequently used workloads. We show that these incidental techniques provide an average of 4.2X more forward progress than precise NVP execution.
What problem does this paper attempt to address?