Accelerating linpack with CUDA on heterogenous clusters

  • Authors:
  • Massimiliano Fatica

  • Affiliations:
  • NVIDIA Corporation, Santa Clara, CA

  • Venue:
  • Proceedings of 2nd Workshop on General Purpose Processing on Graphics Processing Units
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper describes the use of CUDA to accelerate the Linpack benchmark on heterogenous clusters, where both CPUs and GPUs are used in synergy with minor or no modifications to the original source code. A host library intercepts the calls to DGEMM and DTRSM and executes them simultaneously on both GPUs and CPU cores. An 8U cluster is able to sustain more than a Teraflop using a CUDA accelerated version of HPL.