Understanding Sources of Inefficiency in General-Purpose Chips

作者:Hameed Rehan*; Qadeer Wajahat; Wachs Megan; Azizi Omid; Solomatnikov Alex; Lee Benjamin C; Richardson Stephen; Kozyrakis Christos; Horowitz Mark
来源:Communications of the ACM, 2011, 54(10): 85-93.
DOI:10.1145/2001269.2001291

摘要

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 four-processor 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.

  • 出版日期2011-10