paper-with-me

Papers

HPU: High-Bandwidth Processing Unit for Scalable, Cost-effective LLM Inference via GPU Co-processing

2025-04-18 · Myunghyun Rhee, Joonseop Sim, Taeyoung Ahn, Seungyong Lee, Daegun Yoon, Euiseok Kim, Kyoung Park, Youngpyo Joo, Hosik Kim

The attention layer, a core component of Transformer-based LLMs, brings out inefficiencies in current GPU systems due to its low operational intensity and the substantial memory requirements of KV caches. We propose a High-bandwidth Processing Unit (HPU), a memoryintensive co-processor that enhances GPU resource utilization during large-batched LLM inference. By offloading memory-bound operations, the HPU allows the GPU to focus on compute-intensive tasks, increasing overall efficiency. Also, the HPU, as an add-on card, scales out to accommodate surging memory demands driven by large batch sizes and extended sequence lengths. In this paper, we show the HPU prototype implemented with PCIe-based FPGA cards mounted on a GPU system. Our novel GPU-HPU heterogeneous system demonstrates up to 4.1x performance gains and 4.6x energy efficiency improvements over a GPUonly system, providing scalability without increasing the number of GPUs.

📄 PDF Abstract BibTeX arXiv:2504.16112

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

RPU -- A Reasoning Processing Unit

2026-02-20 · Matthew Adiletta, Gu-Yeon Wei, David Brooks arxiv

Large language model (LLM) inference performance is increasingly bottlenecked by the memory wall. While GPUs continue to scale raw compute throughput, they struggle to deliver scalable performance for memory bandwidth bo…

Decentralized Multi-Antenna Architectures with Unitary Constraints

2025-01-10 · Juan Vidal Alegría, Ove Edfors

The increase in the number of base station (BS) antennas calls for efficient solutions to deal with the increased interconnection bandwidth and processing complexity of traditional centralized approaches. Decentralized a…

Towards a future space-based, highly scalable AI infrastructure system design

2025-11-22 · Blaise Agüera y Arcas, Travis Beals, Maria Biggs, Jessica V. Bloom 외 arxiv

If AI is a foundational general-purpose technology, we should anticipate that demand for AI compute -- and energy -- will continue to grow. The Sun is by far the largest energy source in our solar system, and thus it war…

L3: DIMM-PIM Integrated Architecture and Coordination for Scalable Long-Context LLM Inference

2025-04-24 · Qingyuan Liu, Liyan Chen, Yanning Yang, Haocheng Wang 외

Large Language Models (LLMs) increasingly require processing long text sequences, but GPU memory limitations force difficult trade-offs between memory capacity and bandwidth. While HBM-based acceleration offers high band…

GPU

Trade-offs in Decentralized Multi-Antenna Architectures: The WAX Decomposition

2020-12-01 · Juan Vidal Alegría, Fredrik Rusek, Ove Edfors

Current research on multi-antenna architectures is trending towards increasing the amount of antennas in the base stations (BSs) so as to increase the spectral efficiency. As a result, the interconnection bandwidth and c…

CPU