1 / 20

Memory Access Scheduling and Binding Considering Energy Minimization in Multi-Bank Memory Systems

Memory Access Scheduling and Binding Considering Energy Minimization in Multi-Bank Memory Systems. Chun-Gi Lyuh, Taewhan Kim DAC 2004, June 7-11, 2004 San Diego, California, USA. Abstract.

trula
Télécharger la présentation

Memory Access Scheduling and Binding Considering Energy Minimization in Multi-Bank Memory Systems

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Memory Access Scheduling and Binding Considering Energy Minimization in Multi-Bank Memory Systems Chun-Gi Lyuh, Taewhan Kim DAC 2004, June 7-11, 2004 San Diego, California, USA

  2. Abstract • Memory-related activity is one of the major sources of energy consumption in embedded systems. Many types of memories used in embedded systems allow multiple operating modes (e.g., active, standby, map, power-down) to facilitate energy saving increases when the embedded systems use multiple memory banks in which their operating modes are controlled independently. In this paper, we propose integrated approach to the problem of maximally utilizing the operating modes of multiple memory banks by solving the three important tasks simultaneously: (1)assignmemt of variables to memory banks, (2)scheduling of memory access operations, and (3)determination of operating modes of banks. Specifically, for an instance of tasks 1 and 2, we formulate task 3 as a shortest path (SP) problem in a network and solved it optimally.

  3. Abstract (cont.) • We then develop an SP-based heuristic that solves tasks 2 and 3 efficiently in an integrated fashion. We then extend the proposed approach to address the limited register constraint in processor. From experiments with a set of benchmark programs, we confirm that the proposed approach is able to reduce the energy consumption by 15.76% over that by the conventional greedy approach.

  4. Outline • Abstract • What’s the problem • Related work • Motivating example • Problem formulation • Problem approach • Optimal cost computation • SP-based network formulation • Fast incremental SP computation • Consideration of register constraint • Experiment results • Conclusion

  5. What’s the problem • Lowering down the energy consumption in SoC design • Used better architecture to meet the performance (not for energy requirement)

  6. Related works • Parallelizing variable accesses among multiple memory bands: [1],[2] • Automatic data migration to reduce energy consumption by exploiting the temporal affinity among data: [3] • Low-energy partitioning for a given schedule of memory access in code: [4] • Execution profile based energy-optimal algo. For the automatic partitioning of on-chip SRAMs: [5] • Low-power task scheduling technique for multiple devices: [6]

  7. Motivating example

  8. Motivating example (cont.)

  9. Problem approach • Optimal cost computation • SP-based network formulation • Fast incremental SP computation • Consideration of register constraint

  10. Problem formulation • S(G): schedule of memory access in data-flow graph • B(S): variables according to S(G) • fmode(S,B,Mi,cj): operating mode • E(fmode(S,B,Mi,cj)): energy consumed

  11. Problem formulation example (cont.) • B: {M1: i, a, index, y, temp; M2: x, k} • S: {M1:Load_i→Load_a → St_index →Load_y → St_temp; M2: Load_x → Load_k}

  12. SP-based network formulation • Initial phase: initial result of S and B • Refinement phase: divide scheduling task into two subtask: • r-scheduling: relative order to a bank • a-scheduling: absolute by r-scheduling • Definition: • Switch: M1Ci M2Cj • Move:M1Ci M2Cj

  13. SP-based network formulation (cont.)

  14. SP-based network formulation (cont.)

  15. SP-based network formulation (cont.)

  16. SP-based network • [a,b] : 0.38+3.54x2+3.54 = 11.54nJ • O(N^2)

  17. Fast incremental SP computation • O(N)?

  18. Consideration of register constraint

  19. Experiment results

  20. Conclusion • Utilizing the operating modes • assigning variables to memory banks • scheduling of memory access operations • determining operating modes of banks • SP(shortest path)-based integrated technique

More Related