English

Reusing Softmax Hardware Unit for GELU Computation in Transformers

Hardware Architecture 2024-02-19 v2 Machine Learning

Abstract

Transformers have improved drastically the performance of natural language processing (NLP) and computer vision applications. The computation of transformers involves matrix multiplications and non-linear activation functions such as softmax and GELU (Gaussion Error Linear Unit) that are accelerated directly in hardware. Currently, function evaluation is done separately for each function and rarely allows for hardware reuse. To mitigate this problem, in this work, we map the computation of GELU to a softmax operator. In this way, the efficient hardware units designed already for softmax can be reused for computing GELU as well. Computation of GELU can enjoy the inherent vectorized nature of softmax and produce in parallel multiple GELU outcomes. Experimental results show that computing GELU via a pre-existing and incrementally modified softmax hardware unit (a) does not reduce the accuracy of representative NLP applications and (b) allows the reduction of the overall hardware area and power by 6.1% and 11.9%, respectively, on average.

Keywords

Cite

@article{arxiv.2402.10118,
  title  = {Reusing Softmax Hardware Unit for GELU Computation in Transformers},
  author = {Christodoulos Peltekis and Kosmas Alexandridis and Giorgos Dimitrakopoulos},
  journal= {arXiv preprint arXiv:2402.10118},
  year   = {2024}
}

Comments

AICAS 2024

R2 v1 2026-06-28T14:49:50.977Z