English

FLAASH: Flexible Accelerator Architecture for Sparse High-Order Tensor Contraction

Hardware Architecture 2024-04-26 v1 Machine Learning

Abstract

Tensors play a vital role in machine learning (ML) and often exhibit properties best explored while maintaining high-order. Efficiently performing ML computations requires taking advantage of sparsity, but generalized hardware support is challenging. This paper introduces FLAASH, a flexible and modular accelerator design for sparse tensor contraction that achieves over 25x speedup for a deep learning workload. Our architecture performs sparse high-order tensor contraction by distributing sparse dot products, or portions thereof, to numerous Sparse Dot Product Engines (SDPEs). Memory structure and job distribution can be customized, and we demonstrate a simple approach as a proof of concept. We address the challenges associated with control flow to navigate data structures, high-order representation, and high-sparsity handling. The effectiveness of our approach is demonstrated through various evaluations, showcasing significant speedup as sparsity and order increase.

Keywords

Cite

@article{arxiv.2404.16317,
  title  = {FLAASH: Flexible Accelerator Architecture for Sparse High-Order Tensor Contraction},
  author = {Gabriel Kulp and Andrew Ensinger and Lizhong Chen},
  journal= {arXiv preprint arXiv:2404.16317},
  year   = {2024}
}

Comments

10 pages, 3 figures

R2 v1 2026-06-28T16:05:47.648Z