<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>PagedAttention on Nalar</title>
    <link>https://nalar.dev/tags/pagedattention/</link>
    <description>Recent content in PagedAttention on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 23 Sep 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/pagedattention/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>PagedAttention Maps Logical KV Blocks to Noncontiguous Physical Memory</title>
      <link>https://nalar.dev/pagedattention-maps-logical-kv-blocks-to-noncontiguous-physical-memory/</link>
      <pubDate>Wed, 23 Sep 2026 00:00:00 +0000</pubDate>
      <guid>https://nalar.dev/pagedattention-maps-logical-kv-blocks-to-noncontiguous-physical-memory/</guid>
      <description>&lt;p&gt;An autoregressive request grows its KV cache as tokens arrive, but its final sequence length is not known when decoding begins. Reserving one contiguous region for the maximum possible sequence length ties memory to capacity that may never be used. PagedAttention changes that allocation boundary: a sequence is represented as logical KV blocks, while a block table maps those logical blocks to physical blocks that need not be adjacent in GPU memory.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
