Easy and Efficient Transformer: Scalable Inference Solution For Large NLP Model
Gongzheng Li, Yadong Xi, Jingzhen Ding, Duan Wang, Ziyang Luo, Rongsheng Zhang, Bai Liu, Changjie Fan
Abstract
Recently, large-scale transformer-based models have been proven to be effective over various tasks across many domains. Nevertheless, applying them in industrial production requires tedious and heavy works to reduce inference costs. To fill such a gap, we introduce a scalable inference solution: Easy and Efficient Transformer (EET), including a series of transformer inference optimization at the algorithm and implementation levels. First, we design highly optimized kernels for long inputs and large hidden sizes. Second, we propose a flexible CUDA memory manager to reduce the memory footprint when deploying a large model. Compared with the state-of-the-art transformer inference library (Faster Transformer v4.0), EET can achieve an average of 1.40-4.20x speedup on the transformer decoder layer with an A100 GPU.
BibTeX
@inproceedings{li-etal-2022-easy,
title = "Easy and Efficient Transformer: Scalable Inference Solution For Large {NLP} Model",
author = "Li, Gongzheng and
Xi, Yadong and
Ding, Jingzhen and
Wang, Duan and
Luo, Ziyang and
Zhang, Rongsheng and
Liu, Bai and
Fan, Changjie and
Mao, Xiaoxi and
Zhao, Zeng",
editor = "Loukina, Anastassia and
Gangadharaiah, Rashmi and
Min, Bonan",
booktitle = "Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies: Industry Track",
month = jul,
year = "2022",
address = "Hybrid: Seattle, Washington + Online",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2022.naacl-industry.8/",
doi = "10.18653/v1/2022.naacl-industry.8",
pages = "62--68"
}