Extending a hierarchical tiling arrays library to support sparse data partitioning

  • Authors:
  • Javier Fresno;Arturo Gonzalez-Escribano;Diego R. Llanos

  • Affiliations:
  • Dpto. Informática, Universidad de Valladolid, Valladolid, Spain;Dpto. Informática, Universidad de Valladolid, Valladolid, Spain;Dpto. Informática, Universidad de Valladolid, Valladolid, Spain

  • Venue:
  • The Journal of Supercomputing
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Layout methods for dense and sparse data are often seen as two separate problems with their own particular techniques. However, they are based on the same basic concepts. This paper studies how to integrate automatic data-layout and partition techniques for both dense and sparse data structures. In particular, we show how to include support for sparse matrices or graphs in Hitmap, a library for hierarchical tiling and automatic mapping of arrays. The paper shows that it is possible to offer a unique interface to work with both dense and sparse data structures. Thus, the programmer can use a single and homogeneous programming style, reducing the development effort and simplifying the use of sparse data structures in parallel computations. Our experimental evaluation shows that this integration of techniques can be effectively done without compromising performance.