paper-with-me

Papers

On the Impact of Partial Sums on Interconnect Bandwidth and Memory Accesses in a DNN Accelerator

2020-11-02 · Mahesh Chandra

Dedicated accelerators are being designed to address the huge resource requirement of the deep neural network (DNN) applications. The power, performance and area (PPA) constraints limit the number of MACs available in these accelerators. The convolution layers which require huge number of MACs are often partitioned into multiple iterative sub-tasks. This puts huge pressure on the available system resources such as interconnect and memory bandwidth. The optimal partitioning of the feature maps for these sub-tasks can reduce the bandwidth requirement substantially. Some accelerators avoid off-chip or interconnect transfers by implementing local memories; however, the memory accesses are still performed and a reduced bandwidth can help in saving power in such architectures. In this paper, we propose a first order analytical method to partition the feature maps for optimal bandwidth and evaluate the impact of such partitioning on the bandwidth. This bandwidth can be saved by designing an active memory controller which can perform basic arithmetic operations. It is shown that the optimal partitioning and active memory controller can achieve up to 40% bandwidth reduction.

📄 PDF Abstract BibTeX arXiv:2011.00850

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Challenges and Research Directions for Large Language Model Inference Hardware

2026-01-08 · Xiaoyu Ma, David Patterson arxiv

Large Language Model (LLM) inference is hard. The autoregressive Decode phase of the underlying Transformer model makes LLM inference fundamentally different from training. Exacerbated by recent AI trends, the primary ch…

Towards Efficient Neural Networks On-a-chip: Joint Hardware-Algorithm Approaches

2019-05-28 · Xiaocong Du, Gokul Krishnan, Abinash Mohanty, Zheng Li 외

Machine learning algorithms have made significant advances in many applications. However, their hardware implementation on the state-of-the-art platforms still faces several challenges and are limited by various factors,…

AI and Memory Wall

2024-03-21 · Amir Gholami, Zhewei Yao, Sehoon Kim, Coleman Hooper 외

The availability of unprecedented unsupervised training data, along with neural scaling laws, has resulted in an unprecedented surge in model size and compute requirements for serving/training LLMs. However, the main per…

Decoder

APSQ: Additive Partial Sum Quantization with Algorithm-Hardware Co-Design

2025-04-10 · Yonghao Tan, Pingcheng Dong, Yongkun Wu, Yu Liu 외

DNN accelerators, significantly advanced by model compression and specialized dataflow techniques, have marked considerable progress. However, the frequent access of high-precision partial sums (PSUMs) leads to excessive…

Model CompressionQuantization

Accelerating LLM Inference via Dynamic KV Cache Placement in Heterogeneous Memory System

2025-08-17 · Yunhua Fang, Rui Xie, Asad Ul Haq, Linsen Ma 외 arxiv

Large Language Model (LLM) inference is increasingly constrained by memory bandwidth, with frequent access to the key-value (KV) cache dominating data movement. While attention sparsity reduces some memory traffic, the r…