MIT’s Chisel lets developers exploit error-prone chips to save power
MIT researchers are currently working on Chisel, a system that allows programmers to reduce their energy consumption. On the occasion of the OOPSLA (Object-Oriented Programming, Systems, Languages and Applications) conference, an annual event dedicated to object-oriented programming, MIT introduced a system that allows programmers to identify sections of their code able to tolerate error-prone computation.
The system determines which program instructions can be attributed to unreliable components to maximize energy savings while meeting the accuracy requirements. Chisel also has a tool for help programmers configure the number of errors they expect their code can tolerate.
“If one percent of the pixels in an image are improperly rendered, will the user notice? How about 2 percent, or 5 percent? Chisel will simulate the execution of the image-rendering algorithm on unreliable hardware as many times as the programmer requests, with as many different error rates. That takes the guesswork out determining accuracy requirements,” said MIT researchers.
The software scans the program to extract individual functions that require high computing power. This report is then presented to the programmer. The programmer then can decide which functions are really important. Also, before the programs start, programmers can choose the margin of error they tolerate for a given task, and they can see a preview of how the feature will work with the setting.
The work on Chisel is building on the Rely programming language. Rely provides the mechanism for specifying accuracy requirements. It has programming functions to indicate which particular instructions may be executed on unreliable hardware.
MIT says the researchers tested their system on a handful of common image-processing and financial-analysis algorithms, using a range of unreliable-hardware models culled from the research literature. In simulations, the resulting power savings ranged from 9 to 19 percent.
The report also noted that scientists from Rice University are developing the concept of ‘inaccurate’ chip, which is 15 times greater energy efficiency than current chips.
photo credit: Tom Hoyle via photopin cc
A message from John Furrier, co-founder of SiliconANGLE:
Your vote of support is important to us and it helps us keep the content FREE.
One click below supports our mission to provide free, deep, and relevant content.
Join our community on YouTube
Join the community that includes more than 15,000 #CubeAlumni experts, including Amazon.com CEO Andy Jassy, Dell Technologies founder and CEO Michael Dell, Intel CEO Pat Gelsinger, and many more luminaries and experts.
THANK YOU