The Impact of SMT/SMP Designs on Multimedia Software Engineering " A Workload Analysis Study

  • Authors:
  • Yen-Kuang Chen;Rainer Lienhart;Eric Debes;Matthew Holliman;Minerva Yeung

  • Affiliations:
  • -;-;-;-;-

  • Venue:
  • MSE '02 Proceedings of the Fourth IEEE International Symposium on Multimedia Software Engineering
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents the study of running several core multimedia applications on a simultaneous multithreading (SMT) architecture and derives design principles for multimedia software engineering. The multimedia workloads range from memory to computational-bounded kernels. A performance metric to evaluate effective SMT performance gain is introduced, and compared to similar metrics on symmetric multiprocessor (SMP) systems. In addition, we analyze and compare SMT versus SMP systems, and highlight the advantages in the studied applications. The results indicate that sharing the cache in SMT processors can provide better cache locality and thus better performance although sharing the cache can introduce cache conflicts and reduce the actual cache size available for each logical processor. We also propose "mutually beneficial prefetching" 驴 a technique toschedule threads so that they prefetch data for each other in order to reduce cache miss penalty.