English

VEGETA: Vertically-Integrated Extensions for Sparse/Dense GEMM Tile Acceleration on CPUs

Hardware Architecture 2023-02-24 v2 Artificial Intelligence Machine Learning

Abstract

Deep Learning (DL) acceleration support in CPUs has recently gained a lot of traction, with several companies (Arm, Intel, IBM) announcing products with specialized matrix engines accessible via GEMM instructions. CPUs are pervasive and need to handle diverse requirements across DL workloads running in edge/HPC/cloud platforms. Therefore, as DL workloads embrace sparsity to reduce the computations and memory size of models, it is also imperative for CPUs to add support for sparsity to avoid under-utilization of the dense matrix engine and inefficient usage of the caches and registers. This work presents VEGETA, a set of ISA and microarchitecture extensions over dense matrix engines to support flexible structured sparsity for CPUs, enabling programmable support for diverse DL models with varying degrees of sparsity. Compared to the state-of-the-art (SOTA) dense matrix engine in CPUs, a VEGETA engine provides 1.09x, 2.20x, 3.74x, and 3.28x speed-ups when running 4:4 (dense), 2:4, 1:4, and unstructured (95%) sparse DNN layers.

Keywords

Cite

@article{arxiv.2302.08687,
  title  = {VEGETA: Vertically-Integrated Extensions for Sparse/Dense GEMM Tile Acceleration on CPUs},
  author = {Geonhwa Jeong and Sana Damani and Abhimanyu Rajeshkumar Bambhaniya and Eric Qin and Christopher J. Hughes and Sreenivas Subramoney and Hyesoon Kim and Tushar Krishna},
  journal= {arXiv preprint arXiv:2302.08687},
  year   = {2023}
}

Comments

This paper is accepted to HPCA 2023

R2 v1 2026-06-28T08:42:28.996Z