Analysis of a sparse hypermatrix Cholesky with fixed-sized blocking

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

  • Affiliations:
  • Universitat Politècnica de Catalunya, Computer Architecture Department, Jordi Girona 1-3, Mòdul D6, 08034, Barcelona, Spain;Universitat Politècnica de Catalunya, Computer Architecture Department, Jordi Girona 1-3, Mòdul D6, 08034, Barcelona, Spain

  • Venue:
  • Applicable Algebra in Engineering, Communication and Computing
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present the way in which we have constructed an implementation of a sparse Cholesky factorization based on a hypermatrix data structure. This data structure is a storage scheme which produces a recursive 2D partitioning of a sparse matrix. It can be useful on some large sparse matrices. Subblocks are stored as dense matrices. Thus, efficient 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. We present the ways in which we deal with this overhead. Using matrices from different areas (Interior Point Methods of linear programming and Finite Element Methods), we evaluate our sequential in-core hypermatrix sparse Cholesky implementation. We compare its performance with several other codes and analyze the results. In spite of using a simple fixed-size partitioning of the matrix our code obtains competitive performance.