Programming future architectures: dusty decks, memory walls, and the speed of light

  • Authors:
  • Peter Kogge;Arun F. Rodrigues

  • Affiliations:
  • University of Notre Dame;University of Notre Dame

  • Venue:
  • Programming future architectures: dusty decks, memory walls, and the speed of light
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Due to advances in CMOS fabrication technology, high performance computing capabilities have continually grown. More capable hardware has allowed a range of complex scientific applications to be developed. However, these applications present a bottleneck to future performance. Entrenched 'legacy' codes---"Dusty Decks"---demand that new hardware must remain compatible with existing software. Additionally, conventional architectures faces increasing challenges. Many of these challenges revolve around the growing disparity between processor and memory speed---the "Memory Wall"---and difficulties scaling to large numbers of parallel processors. To a large extent, these limitations are inherent to the traditional computer architecture. As data is consumed more quickly, moving that data to the point of computation becomes more difficult. Barring any upward revision in the speed of light, this will continue to be a fundamental limitation on the speed of computation. This work focuses on these solving these problems in the context of Light Weight Processing (LWP). LWP is an innovative technique which combines Processing-In-Memory, short vector computation, multithreading, and extended memory semantics. It applies these techniques to try and answer the questions "What will a next-generation supercomputer look like?" and "How will we program it?" To that end, this work presents four contributions: (1) An implementation of MPI which uses features of LWP to substantially improve message processing throughput; (2) A technique leveraging extended memory semantics to improve message passing by overlapping computation and communication; (3) An OpenMP library modified to allow efficient partitioning of threads between a conventional CPU and LWPs---greatly improving cost/performance; (4) An algorithm to extract very small "threadlets" which can overcome the inherent disadvantages of a simple processor pipeline.