The reviewed record of science sign in
Pith

arxiv: 2509.11152 · v1 · pith:VY6TJBLH · submitted 2025-09-14 · cs.DC

Linear Complexity mathcal{H}² Direct Solver for Fine-Grained Parallel Architectures

Reviewed by Pithpith:VY6TJBLHopen to challenge →

classification cs.DC
keywords phasescomplexityfactorizationlinearmathcalmatrixmemoryparallel
0
0 comments X
read the original abstract

We present factorization and solution phases for a new linear complexity direct solver designed for concurrent batch operations on fine-grained parallel architectures, for matrices amenable to hierarchical representation. We focus on the strong-admissibility-based $\mathcal{H}^2$ format, where strong recursive skeletonization factorization compresses remote interactions. We build upon previous implementations of $\mathcal{H}^2$ matrix construction for efficient factorization and solution algorithm design, which are illustrated graphically in stepwise detail. The algorithms are ``blackbox'' in the sense that the only inputs are the matrix and right-hand side, without analytical or geometrical information about the origin of the system. We demonstrate linear complexity scaling in both time and memory on four representative families of dense matrices up to one million in size. Parallel scaling up to 16 threads is enabled by a multi-level matrix graph coloring and avoidance of dynamic memory allocations thanks to prefix-sum memory management. An experimental backward error analysis is included. We break down the timings of different phases, identify phases that are memory-bandwidth limited, and discuss alternatives for phases that may be sensitive to the trend to employ lower precisions for performance.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Parallel Sparse and Data-Sparse Factorization-based Linear Solvers

    cs.MS 2026-02 unverdicted novelty 1.0

    Review chapter summarizing advances in parallel sparse direct solvers along communication reduction and data-sparse compression axes.