HyperLink   Optimization and Architecure Effects on GPU Computing Workload Performance
   
Publication Year:
  2012
Authors
  John A. Stratton, Nasser Anssari, Christopher I. Rodrigues, I-Jui Sung, Nady Obeid, Li-Wen Chang, Daniel Liu, Wen-mei Hwu
   
Published:
  Proceedings of the IEEE Conference on Innovative Parallel Computing, May 2012
   
Abstract:

It is unquestionable that successive hardware generations have significantly improved GPU computing workload performance over the last several years.  Moore's law and DRAM scaling have respectively increased single-chip peak instruction throughput by 3X and off-chip bandwidth by 2.2X from NVIDIA's GeForce 8800 GTX in November 2006 to its GeForce GTX 580 in Novermber 2012.  Nowever, raw capability numbers typically underestimate the improvements in real application performance over the same time period, due to significant architectural feature improvements.

To demonstrate the effects of architecture features and optimizations over time, we conducted experiments on a set of benchmarks from diverse application domains for multiple GPU architecture generations to understand how much performance has truly been improving for those workloads. First, we demonstrate that certain architectural features make a huge difference in the performance of unoptimized code, such as the inclusion of a general cache which can improve performance by 2-4X in some situations. Second, we describe what optimization patterns have been most essential and widely applicable for improving performance for GPU computing workloads across all architecture generations. Some important optimization patterns included data layout transformation, converting scatter accesses to gather accesses, GPU workload regularization, and granularity coarsening, each of which improved performance on some benchmark by over 20%, sometimes by a factor of more than 5X. While hardware improvements to baseline unoptimized code can reduce the speedup magnitude, these patterns remain important for even the most recent GPUs. Finally, we identify which added architectural features created signi cant new optimization opportunities, such as increased register file capacity or reduced bandwidth penalties for misaligned accesses, which increase performance by 2X or more in the optimized versions of relevant benchmarks.

   
BibTeX:
 
@inproceedings{stratton:12:optimization_inpar,
author = "Stratton, John Andrew and Anssari, Nasser and Rodrigues, Christopher and Sung, I-Jui and Chang, Li-Wen and Liu, Geng and Hwu, Wen-mei and Obeid, Nady",
title = "Optimization and Architecure Effects on {GPU} Computing Workload Performance",
booktitle = "{IEEE} Conference on Innovative Parallel Computing",
year = "2012",
month = may,
}