LGARDCAug 1, 2021

Data Streaming and Traffic Gathering in Mesh-based NoC for Deep Neural Network Acceleration

arXiv:2108.02569v1
Originality Incremental advance
AI Analysis

This addresses communication bottlenecks in DNN hardware accelerators, offering incremental improvements for specific NoC architectures.

The paper tackled inefficient one-to-many and many-to-one traffic in mesh-based NoC for DNN accelerators by proposing a modified mesh with streaming buses and gather packets, resulting in up to 1.8 times latency reduction and 1.7 times power consumption reduction compared to baseline methods.

The increasing popularity of deep neural network (DNN) applications demands high computing power and efficient hardware accelerator architecture. DNN accelerators use a large number of processing elements (PEs) and on-chip memory for storing weights and other parameters. As the communication backbone of a DNN accelerator, networks-on-chip (NoC) play an important role in supporting various dataflow patterns and enabling processing with communication parallelism in a DNN accelerator. However, the widely used mesh-based NoC architectures inherently cannot support the efficient one-to-many and many-to-one traffic largely existing in DNN workloads. In this paper, we propose a modified mesh architecture with a one-way/two-way streaming bus to speedup one-to-many (multicast) traffic, and the use of gather packets to support many-to-one (gather) traffic. The analysis of the runtime latency of a convolutional layer shows that the two-way streaming architecture achieves better improvement than the one-way streaming architecture for an Output Stationary (OS) dataflow architecture. The simulation results demonstrate that the gather packets can help to reduce the runtime latency up to 1.8 times and network power consumption up to 1.7 times, compared with the repetitive unicast method on modified mesh architectures supporting two-way streaming.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes