English

HeAT -- a Distributed and GPU-accelerated Tensor Framework for Data Analytics

Distributed, Parallel, and Cluster Computing 2021-07-28 v2 Machine Learning Mathematical Software

Abstract

To cope with the rapid growth in available data, the efficiency of data analysis and machine learning libraries has recently received increased attention. Although great advancements have been made in traditional array-based computations, most are limited by the resources available on a single computation node. Consequently, novel approaches must be made to exploit distributed resources, e.g. distributed memory architectures. To this end, we introduce HeAT, an array-based numerical programming framework for large-scale parallel processing with an easy-to-use NumPy-like API. HeAT utilizes PyTorch as a node-local eager execution engine and distributes the workload on arbitrarily large high-performance computing systems via MPI. It provides both low-level array computations, as well as assorted higher-level algorithms. With HeAT, it is possible for a NumPy user to take full advantage of their available resources, significantly lowering the barrier to distributed data analysis. When compared to similar frameworks, HeAT achieves speedups of up to two orders of magnitude.

Keywords

Cite

@article{arxiv.2007.13552,
  title  = {HeAT -- a Distributed and GPU-accelerated Tensor Framework for Data Analytics},
  author = {Markus Götz and Daniel Coquelin and Charlotte Debus and Kai Krajsek and Claudia Comito and Philipp Knechtges and Björn Hagemeier and Michael Tarnawa and Simon Hanselmann and Martin Siggel and Achim Basermann and Achim Streit},
  journal= {arXiv preprint arXiv:2007.13552},
  year   = {2021}
}

Comments

10 pages, 8 figures, 5 listings, 1 table

R2 v1 2026-06-23T17:25:54.495Z