Accelerating Haskell array codes with multicore GPUs

  • Authors:
  • Manuel M.T. Chakravarty;Gabriele Keller;Sean Lee;Trevor L. McDonell;Vinod Grover

  • Affiliations:
  • University of New South Wales, Sydney, Australia;University of New South Wales, Sydney, Australia;University of New South Wales, Sydney, Australia & NVIDIA Corporation, USA;University of New South Wales, Sydney, Australia;NVIDIA Corporation, Santa Clara, CA, USA

  • Venue:
  • Proceedings of the sixth workshop on Declarative aspects of multicore programming
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Current GPUs are massively parallel multicore processors optimised for workloads with a large degree of SIMD parallelism. Good performance requires highly idiomatic programs, whose development is work intensive and requires expert knowledge. To raise the level of abstraction, we propose a domain-specific high-level language of array computations that captures appropriate idioms in the form of collective array operations. We embed this purely functional array language in Haskell with an online code generator for NVIDIA's CUDA GPGPU programming environment. We regard the embedded language's collective array operations as algorithmic skeletons; our code generator instantiates CUDA implementations of those skeletons to execute embedded array programs. This paper outlines our embedding in Haskell, details the design and implementation of the dynamic code generator, and reports on initial benchmark results. These results suggest that we can compete with moderately optimised native CUDA code, while enabling much simpler source programs.