Chrome Extension
WeChat Mini Program
Use on ChatGLM

CUTE: A Scalable CPU-Centric and Ultra-Utilized Tensor Engine for Convolutions

Wenqing Li, Jinpeng Ye,Fuxin Zhang,Tianyi Liu, Tingting Zhang,Jian Wang

JOURNAL OF SYSTEMS ARCHITECTURE(2024)

Chinese Acad Sci | Univ Texas San Antonio

Cited 0|Views27
Abstract
Convolution is a fundamental and computationally expensive primitive and finds ubiquitous in deep neural networks (DNNs). The evolving DNNs have spurred the emergence of numerous accelerators and they successfully achieve high throughput. However, for DNN inference with small batch sizes, the computational resources of the accelerators are often under-utilized, and the overhead of offloading is significant. Compared to accelerators, the CPU can better meet fast response requirements of inference, flexibly handle various models, and is suitable for various scenarios (from edge to data center). Therefore, CPU remains an attractive platform for DNN inference, despite the sub-optimal performance, and resource efficiency.In this paper, we propose CUTE, a scalable CPU-centric and ultra-utilized tensor engine for convolutions. It co-designs data flow and hardware architecture to leverage the data reuse and parallelism of convolutions. CUTE is composed of several small tensor elements (TEs) and two-level buffers. It employs a decoupled access-execution architecture and greedy strategy to feed data to TEs, enabling it to achieve ultra utilization and great scalability. CUTE is tightly coupled with the CPU to minimize offloading latency, thereby providing efficient convolution computing capabilities for the system. Experimental results show that under the same bandwidth, CUTE achieves an average performance improvement of 3.8x compared with the CPU AVX512 unit and 1.6x compared with the CPU AMX unit. Besides, CUTE achieves a speedup of 7.0x and 3.9x over Nvidia V100 GPU and Eyeriss accelerator respectively, due to higher utilization of computing units.
More
Translated text
Key words
Tensor engine,Convolution,Scalable architecture,CPU-centric,Utilization
求助PDF
上传PDF
Bibtex
AI Read Science
AI Summary
AI Summary is the key point extracted automatically understanding the full text of the paper, including the background, methods, results, conclusions, icons and other key content, so that you can get the outline of the paper at a glance.
Example
Background
Key content
Introduction
Methods
Results
Related work
Fund
Key content
  • Pretraining has recently greatly promoted the development of natural language processing (NLP)
  • We show that M6 outperforms the baselines in multimodal downstream tasks, and the large M6 with 10 parameters can reach a better performance
  • We propose a method called M6 that is able to process information of multiple modalities and perform both single-modal and cross-modal understanding and generation
  • The model is scaled to large model with 10 billion parameters with sophisticated deployment, and the 10 -parameter M6-large is the largest pretrained model in Chinese
  • Experimental results show that our proposed M6 outperforms the baseline in a number of downstream tasks concerning both single modality and multiple modalities We will continue the pretraining of extremely large models by increasing data to explore the limit of its performance
Upload PDF to Generate Summary
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Related Papers
Norman P. Jouppi,Cliff Young,Nishant Patil,David Patterson,Gaurav Agrawal, Raminder Bajwa, Sarah Bates, Suresh Bhatia, Nan Boden,Al Borchers, Rick Boyle, Pierre-luc Cantin,
2017

被引用6211 | 浏览

S. Van Doren
2019

被引用27 | 浏览

Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点】:本文提出了一种名为CUTE的可扩展CPU中心化和超利用的张量引擎,用于提高卷积运算的效率和利用率,显著优于现有CPU和GPU解决方案。

方法】:CUTE通过共同设计数据流和硬件架构,利用卷积的数据重用和并行性,由多个小型张量元素(TEs)和两级缓存组成,采用解耦的访问-执行架构和贪心策略来馈送数据至TEs。

实验】:实验结果表明,在相同带宽下,CUTE与CPU AVX512单元相比平均性能提升3.8倍,与CPU AMX单元相比提升1.6倍;并且,由于计算单元的高利用率,CUTE分别比Nvidia V100 GPU和Eyeriss加速器快7.0倍和3.9倍。论文未明确提及使用的数据集名称。