Presentation is loading. Please wait.

Presentation is loading. Please wait.

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

Similar presentations


Presentation on theme: "Memory Access Scheduling and Binding Considering Energy Minimization in Multi- Bank Memory Systems Chun-Gi Lyuh, Taewhan Kim DAC 2004, June 7-11, 2004."— 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 2015/7/14 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 2015/7/14 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 2015/7/14 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 2015/7/14 What’s the problem  Lowering down the energy consumption in SoC design  Used better architecture to meet the performance (not for energy requirement)

6 2015/7/14 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 2015/7/14 Motivating example

8 2015/7/14 Motivating example (cont.)

9 2015/7/14 Problem approach  Optimal cost computation  SP-based network formulation  Fast incremental SP computation  Consideration of register constraint

10 2015/7/14 Problem formulation  S(G): schedule of memory access in data-flow graph  B(S): variables according to S(G)  f mode (S,B,M i,c j ): operating mode  E(f mode (S,B,M i,c j )): energy consumed

11 2015/7/14 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 2015/7/14 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: M1C i M2C j Move:M1C i M2C j

13 2015/7/14 SP-based network formulation (cont.)

14 2015/7/14 SP-based network formulation (cont.)

15 2015/7/14 SP-based network formulation (cont.)

16 2015/7/14 SP-based network  [a , b] : 0.38+3.54x2+3.54 = 11.54nJ  O(N^2)

17 2015/7/14 Fast incremental SP computation  O(N) ?

18 2015/7/14 Consideration of register constraint

19 2015/7/14 Experiment results

20 2015/7/14 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


Download ppt "Memory Access Scheduling and Binding Considering Energy Minimization in Multi- Bank Memory Systems Chun-Gi Lyuh, Taewhan Kim DAC 2004, June 7-11, 2004."

Similar presentations


Ads by Google