
By Stefanos Kaxiras
Within the previous few years, strength dissipation has develop into a huge layout constraint, on par with functionality, within the layout of recent desktops. while long ago, the first task of the pc architect used to be to translate advancements in working frequency and transistor count number into functionality, now energy potency needs to be taken under consideration at each step of the layout technique. whereas for it slow, architects were winning in supplying forty% to 50% annual development in processor functionality, charges that have been formerly brushed off finally stuck up. the main serious of those bills is the inexorable bring up in energy dissipation and gear density in processors. energy dissipation concerns have catalyzed new subject components in computing device structure, leading to a considerable physique of labor on extra power-efficient architectures. energy dissipation coupled with diminishing functionality profits, was once additionally the most reason for the swap from single-core to multi-core architectures and a slowdown in frequency raise. This booklet goals to record essentially the most very important architectural concepts that have been invented, proposed, and utilized to lessen either dynamic strength and static energy dissipation in processors and reminiscence hierarchies. an important variety of options were proposed for a variety of occasions and this e-book synthesizes these recommendations through targeting their universal features.
Read Online or Download Computer Architecture Techniques for Power-Efficiency PDF
Similar design & architecture books
As Cavalli and Sarma astutely remarked within the advent to this quantity, it really is particularly striking that SDL '97 could have the 1st player more youthful than SDL itself. SDL '97 presents the chance to mirror the direction SDL has taken and why it's been winning over twenty years the place different languages addressing a similar industry have failed.
Network-on-Chip Architectures: A Holistic Design Exploration
The continued relief of characteristic sizes into the nanoscale regime has resulted in dramatic raises in transistor densities. Integration at those degrees has highlighted the criticality of the on-chip interconnects. Network-on-Chip (NoC) architectures are considered as a potential way to burgeoning worldwide wiring delays in many-core chips, and feature lately crystallized right into a major examine area.
Digital systems are discovering common use in either pre- and post-silicon software program and method improvement. They lessen time to marketplace, increase approach caliber, make improvement extra effective, and let really concurrent hardware/software layout and bring-up. digital structures bring up productiveness with unheard of inspection, configuration, and injection services.
- Hypertransport system architecture
- Microprocessor Architecture: From Simple Pipelines to Chip Multiprocessors
- Adaptive Data Compression, 1st Edition
- Linux with Operating System Concepts
- MPLS and VPN Architectures
- Computers as Components, Third Edition: Principles of Embedded Computing System Design (The Morgan Kaufmann Series in Computer Architecture and Design)
Extra info for Computer Architecture Techniques for Power-Efficiency
Sample text
For example, subsequent work by Saputra et al. provided an exact mixed-integer linear programming (MILP) technique that can determine the appropriate (V , f ) setting for each loop nest [197]. An MILP approach is required because discrete (V , f ) settings lead to a non-convex optimization space. Their technique reports improvements in energy savings compared to prior work. However, it does not account for the energy penalties incurred by mode switching. Furthermore, the long runtimes of straightforward MILP approaches make their integration into a compiler somewhat undesirable.
Candidate regions are considered to be loop nests, call sites, called procedures, statement sequences (straight-line code), or even the entire program. Restricting regions to the above programming constructs has the benefit of making the number of DVFS switchings tractable, since the number of times such regions execute can be determined with reasonable accuracy either statically or by profiling. DVFS occurs only on entering and exiting a region. Finally, candidate regions are selected by size, so DVFS switchings occur only for significantly large pieces of code.
Since most real time systems are embedded systems with a wellunderstood workload, they can be designed (scheduled) to operate at an optimal frequency and voltage, consuming minimum energy while meeting all deadlines. An example would be a mobile handset running voice codecs. If the real-time workload is not mixed with non-real-time applications, then DVFS controlled by an on-line policy is probably not necessary—scheduling can be determined off-line. cls June 27, 2008 9:33 USING VOLTAGE AND FREQUENCY ADJUSTMENTS TO MANAGE DYNAMIC POWER 29 Flautner et al.