Application data prefetching on the IBM blue gene/Q supercomputer

  • Authors:
  • I-Hsin Chung;Changhoan Kim;Hui-Fang Wen;Guojing Cong

  • Affiliations:
  • IBM Research, Yorktown Heights, NY;IBM Research, Yorktown Heights, NY;IBM Research, Yorktown Heights, NY;IBM Research, Yorktown Heights, NY

  • Venue:
  • SC '12 Proceedings of the International Conference on High Performance Computing, Networking, Storage and Analysis
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Memory access latency is often a crucial performance limitation for high performance computing. Prefetching is one of the strategies used by system designers to bridge the processor-memory gap. This paper describes a new innovative list prefetching feature introduced in the IBM Blue Gene/Q supercomputer. The list prefetcher records the L1 cache miss addresses and prefetches them in the next iteration. The evaluation shows this list prefetching mechanism reduces data fetching time when L1 cache misses happen and improves the performance for high performance computing applications with repeating non-uniform memory access patterns. Its performance is compatible with classic stream prefetcher when properly configured.