NANAJul 7, 2012

A hybrid Hermitian general eigenvalue solver

arXiv:1207.17733 citationsh-index: 118
Originality Incremental advance
AI Analysis

It addresses the need for efficient eigenvalue solvers on hybrid GPU-CPU nodes for electronic structure calculations, a domain-specific problem.

The paper presents a hybrid GPU-CPU eigensolver for medium-sized Hermitian generalized eigenvalue problems in materials science, achieving significant performance improvements over existing libraries.

The adoption of hybrid GPU-CPU nodes in traditional supercomputing platforms opens acceleration opportunities for electronic structure calculations in materials science and chemistry applications, where medium sized Hermitian generalized eigenvalue problems must be solved many times. The small size of the problems limits the scalability on a distributed memory system, hence they can benefit from the massive computational performance concentrated on a single node, hybrid GPU-CPU system. However, new algorithms that efficiently exploit heterogeneity and massive parallelism of not just GPUs, but of multi/many-core CPUs as well are required. Addressing these demands, we implemented a novel Hermitian general eigensolver algorithm. This algorithm is based on a standard eigenvalue solver, and existing algorithms can be used. The resulting eigensolvers are state-of-the-art in HPC, significantly outperforming existing libraries. We analyze their performance impact on applications of interest, when different fractions of eigenvectors are needed by the host electronic structure code.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes