<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Lizard inference engineering: Repack Q4 around the hot loop]]></title><description><![CDATA[<p dir="auto"><strong>Inference Engineering · Day 4 · Evening</strong></p>
<p dir="auto"><img src="https://marketing.qendryx.com/assets/social/day-04-pm-universal-1785125811157.png" alt="Caterpillar provider results — lizard-llm.qendryx.com" class=" img-fluid img-markdown" /></p>
<p dir="auto">The Q4 change was a layout rewrite, not a new decode path.</p>
<p dir="auto">Caterpillar's four-bit weights were repacked around eight-row tiles, and the scale data now gets unpacked once at load instead of being pulled back through the hot loop on every token. That sounds like a small structural change, but on test hardware it cut bytes read per token by about 13% and improved decode by about 8% while keeping the output byte-identical.</p>
<p dir="auto">The practical lesson is simple: once decode is memory-bound, the difference between “prepare it once” and “touch it every token” starts to show up as throughput. The math did not change. The answer did not change. The memory traffic did.</p>
<p dir="auto">That is the part worth watching in your own kernels and data paths. If a format change makes the hot loop carry less baggage, you often get the speedup without any behavioral risk.</p>
<p dir="auto">Have you seen a layout change beat a kernel rewrite on a workload you care about?</p>
<p dir="auto"><strong>Engineering fact:</strong> On Lizard's test hardware, Caterpillar's eight-row Q4 layout reduced bytes read per token by about 13% and improved decode by about 8% with byte-identical output.</p>
<p dir="auto">Lizard The AI Runtime You'll Own—Not Rent.</p>
<p dir="auto">Receive two professional Windows AI runtimes with lifetime updates. Run AI at native speed, keep every conversation private, and stay independent with intelligent hardware optimization and no cloud dependency.</p>
<p dir="auto"><a href="https://lizard-llm.qendryx.com/docs.html#caterpillar" rel="nofollow ugc">Read the relevant Lizard page</a></p>
<p dir="auto">#Caterpillar #Q4 #LLMInference #SystemsProgramming #PerformanceEngineering</p>
<p dir="auto">&lt;!-- lizard-marketing-slot:day-04-pm --&gt;</p>
]]></description><link>https://community.lizard-llm.qendryx.com/topic/42/lizard-inference-engineering-repack-q4-around-the-hot-loop</link><generator>RSS for Node</generator><lastBuildDate>Mon, 24 Aug 2026 01:37:36 GMT</lastBuildDate><atom:link href="https://community.lizard-llm.qendryx.com/topic/42.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Jul 2026 04:12:03 GMT</pubDate><ttl>60</ttl></channel></rss>