Papers for

data center operations

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Vortex speeds up and cuts energy use in compressed large language models

Vortex: Bridging Extreme Compression and Efficient LLM Inference

Abstract: Extreme compression techniques, including vector quantization (VQ) and input-dependent sparsity, can significantly reduce the memory footprint of large language models (LLMs). However, a key challenge remains in translating such compression into practical efficiency. On conventional systolic-array-based accelerators, VQ incurs high dequantization overhead, while the irregular patterns of input-dependent sparsity are difficult to exploit. In this study, we address these challenges with Vortex, an architecture compatible with systolic-array-based accelerators with minimal hardware overhead, bridging the gap between extreme compression and efficient inference. Vortex adopts a bi-flow execution strategy that efficiently supports vector-quantized models across both prefill and decoding workloads, and we further optimize it through systematic design space exploration. On the algorithm side, we propose codebook-wise contextual sparsity to align with VQ execution. Across end-to-end workloads, Vortex achieves $8.03\times$--$23.7\times$ speedup and $5.68\times$--$12.5\times$ energy reduction over state-of-the-art accelerators.

Thu 10 SeptHardware Architecture
The gist
Large language models need a lot of memory and computing power, which makes them slow and costly to run. The authors introduce Vortex, a new system that helps these slimmed-down models work much faster and use less energy without big hardware changes. They focus on clever ways to handle how the models compress data and how that compressed data is processed. Their tests show big improvements in speed and energy savings compared to current technology.
Open 2609.12208v1