Optimization of a statically partitioned hypermatrix sparse cholesky factorization

  • Authors:
  • José R. Herrero;Juan J. Navarro

  • Affiliations:
  • Computer Architecture Department, Universitat Politècnica de Catalunya, Barcelona, Spain;Computer Architecture Department, Universitat Politècnica de Catalunya, Barcelona, Spain

  • Venue:
  • PARA'04 Proceedings of the 7th international conference on Applied Parallel Computing: state of the Art in Scientific Computing
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

The sparse Cholesky factorization of some large matrices can require a two dimensional partitioning of the matrix. The sparse hypermatrix storage scheme produces a recursive 2D partitioning of a sparse matrix. The subblocks are stored as dense matrices so BLAS3 routines can be used. However, since we are dealing with sparse matrices some zeros may be stored in those dense blocks. The overhead introduced by the operations on zeros can become large and considerably degrade performance. In this paper we present an improvement to our sequential in-core implementation of a sparse Cholesky factorization based on a hypermatrix storage structure. We compare its performance with several codes and analyze the results.