
DL
Dong Liu, Yanxuan Yu
· 1 min read
ResearcharXiv cs.AI
MeshKV: A Network-on-Chip KV Cache Fabric for Scalable Transformer Decoding Accelerators
arXiv:2609.19207v1 Announce Type: cross
Abstract: Autoregressive transformer decoding is constrained by irregular key-value (KV) cache movement on tiled accelerators. Prior compression and DRAM-placement systems still concentrate traffic on centralized memory paths that bottleneck long-context serving. We present MeshKV, a KV cache fabric that moves blocks as packetized flows over a lightweight NoC. It co-designs (i) TaKV affine striping to spread homes and cut hotspot load, (ii) Mare multicast with verified duplicate suppression, and (iii) Pad, which overlaps prefetch, tile multiply, and streaming softmax behind credit-aligned FIFOs. Together they convert bisection back-pressure into useful KV transfer. On our 8x8 FPGA implementation with LLaMA-2-7B and Mistral-7B at 8K-32K, MeshKV reduces interconnect traffic by up to 58%, improves KV bandwidth utilization by 2.1x, and delivers up to 1.9x multi-stream throughput.
Original source
This story was published by arXiv cs.AI and written by Dong Liu, Yanxuan Yu. SyncAI.news shows a preview; the complete article is on the publisher's site.
Read the full story on arxiv.org


