1 / 26

Design Issues of Prefetching Strategies for Heterogeneous Software DSM

Design Issues of Prefetching Strategies for Heterogeneous Software DSM. Author : Ssu-Hsuan Lu, Chien-Lung Chou, Kuang-Jui Wang, Hsiao-Hsi Wang, and Kuan-Ching Li Speaker : Chien-Lung Chou Date : 2006/05/18. Outline. Introduction Motivation Related Work Proposed Method

lilia
Télécharger la présentation

Design Issues of Prefetching Strategies for Heterogeneous Software DSM

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. Design Issues of Prefetching Strategies for Heterogeneous Software DSM Author : Ssu-Hsuan Lu, Chien-Lung Chou, Kuang-Jui Wang, Hsiao-Hsi Wang, and Kuan-Ching Li Speaker : Chien-Lung Chou Date : 2006/05/18

  2. Outline • Introduction • Motivation • Related Work • Proposed Method • Performance Evaluation • Conclusions and Future Work

  3. Introduction • In Distributed Shared Memory (DSM) systems, it induces: • large number of page faults. • large number of communication time.

  4. Introduction (cont.) • Page faults and communication time are major overheads in DSM systems. • We need additional strategies to reduce page faults and communication time are: • Home migration • Write vector • Prefetching

  5. Introduction (cont.) • Most traditional prefetching strategies can provide good performance in homogeneous cluster platforms. • However, the performance of such strategies may be worse in heterogeneous environment.

  6. Motivation Homogeneous cluster platform.

  7. Motivation (cont.) Heterogeneous cluster platform

  8. Motivation (cont.) • We need to concern about heterogeneous environment. • More and more personal computers will be perform computations collectively. • Large number of advanced techniques will be develop in this environment. • We will usually meet this environment in future.

  9. Related Work • History Prefetching Strategy. • It permits home nodes sending data to remote nodes in advance. • It has some disadvantages: • Accumulated Waiting Phenomenon. • Waiting Synchronization Phenomenon. • Misprefetch. • Home nodes have too much work.

  10. Related Work (cont.) • Effective Prefetch Strategy • Filtering Unnecessary Prefetches. • Distributing Prefetch Overhead. • Load Balancing with Barrier Synchronization. • Agent Home of prefetching strategy • It will find a node that will help home nodes to transfer prefetching data. • Thus, it reduces overhead of home nodes.

  11. Proposed Method Prefetching Strategy in Heterogeneous Environments

  12. Proposed Method (cont.) • According to above disadvantages, we propose the method that allows • home nodes are adjusted to suitable place. • high speed processors to execute prefetch in advance. • low speed processors to leave the barrier early.

  13. Proposed Method (cont.) • First, we distribute home pages to nodes that have better resources. • These nodes are suitable to be home nodes because they have better performance.

  14. Proposed Method (cont.) • Second, we observe that hosts that have worse resources finish work later, so we adjust policy of prefetching strategy. • Originally, all hosts leave barrier at the same time.

  15. Proposed Method (cont.) • In our method, the hosts that have worse resources leave barrier after requesting prefetching data. • The hosts that have better resources leave barrier after sending prefetching pages to hosts that have worse resources.

  16. Proposed Method (cont.) • Third, we also observe that hosts that have better resources spend large amount of idle time during barrier in heterogeneous environment. • It raises execution time and barrier time.

  17. Proposed Method (cont.) • We utilize idle time in barrier of hosts that have better resources to perform prefetching to each other.

  18. Proposed Method (cont.) Our Proposed Method

  19. Performance Evaluation • Experimental Platform - Hardware

  20. Performance Evaluation (cont.) • Experimental Platform - Software • Linux Fedora Core 3. • Kernel 2.6.9. • JIAJIA DSM software.

  21. Performance Evaluation (cont.) The Idle Time in Barrier for IS Application

  22. Performance Evaluation (cont.) The Idle Time in Barrier for Merge Application

  23. Performance Evaluation (cont.) Performance Benefits

  24. Conclusions and Future Work • In heterogeneous environment, benefits of original prefetching strategies are limited. • In this paper, we utilized idle time to improve overall performance. • In the best situation, our proposed method could reduce idle time in barrier of about 60%.

  25. Conclusions and Future Work (cont.) • In the future, we will make effort to find a method to optimize the use of idle time in barrier. • In addition, we will also investigate the parallel program execution with issues about dynamic CPU loads include in our next development stage.

  26. Thank You!!

More Related