Back to Search Start Over

Understanding Sources of Inefficiency in General-Purpose Chips.

Authors :
Hameed, Rehan
Qadeer, Wajahat
Wachs, Megan
Azizi, Omid
Solomatnikov, Alex
Lee, Benjamin C.
Richardson, Stephen
Kozyrakis, Christos
Horowitz, Mark
Source :
Communications of the ACM. Oct2011, Vol. 54 Issue 10, p85-93. 9p. 4 Diagrams, 1 Chart, 6 Graphs.
Publication Year :
2011

Abstract

Scaling the performance of a power limited processor requires decreasing the energy expended per instruction executed, since energy/op * op/second is power. To better understand what improvement in processor efficiency is possible, and what must be done to capture it, we quantify the sources of the performance and energy overheads of a 720p HD H.264 encoder running on a general-purpose fourprocessor CMP system. The initial overheads are large: the CMP was 500x less energy efficient than an Application Specific Integrated Circuit (ASIC) doing the same job. We explore methods to eliminate these overheads by transforming the CPU into a specialized system for H.264 encoding. Broadly applicable optimizations like single instruction, multiple data (SIMD) units improve CMP performance by 14x and energy by 10x, which is still 50x worse than an ASIC. The problem is that the basic operation costs in H.264 are so small that even with a SIMD unit doing over 10 ops per cycle, 90% of the energy is still overhead. Achieving ASIC-like performance and efficiency requires algorithm-specific optimizations. For each subalgorithm of H.264, we create a large, specialized functional/storage unit capable of executing hundreds of operations per instruction. This improves energy efficiency by 160x (instead of 10x), and the final customized CMP reaches the same performance and within 3x of an ASIC solution's energy in comparable area. [ABSTRACT FROM AUTHOR]

Details

Language :
English
ISSN :
00010782
Volume :
54
Issue :
10
Database :
Academic Search Index
Journal :
Communications of the ACM
Publication Type :
Periodical
Accession number :
66736075
Full Text :
https://doi.org/10.1145/2001269.2001291