<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hardware-Accelerators on Jaehun's Blog</title><link>https://jaehun.me/en/categories/hardware-accelerators/</link><description>Recent content in Hardware-Accelerators on Jaehun's Blog</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sat, 26 Sep 2026 09:26:41 +0900</lastBuildDate><atom:link href="https://jaehun.me/en/categories/hardware-accelerators/index.xml" rel="self" type="application/rss+xml"/><item><title>SPECTRA: Adaptive Execution of Speculative Decoding on a Runtime-Reconfigurable Tiled Architecture</title><link>https://jaehun.me/en/posts/paper-2609-24847v1/</link><pubDate>Sat, 26 Sep 2026 00:00:00 +0900</pubDate><guid>https://jaehun.me/en/posts/paper-2609-24847v1/</guid><description>&lt;p&gt;&lt;a&#10; href="https://arxiv.org/abs/2609.24847v1"target="_blank"&#10; class="inline-flex items-center gap-1"&#10; &gt;Paper&lt;svg class="h-3 w-3 flex-shrink-0" id="external-link" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"&gt;&lt;path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/&gt;&lt;/svg&gt;&#10; &lt;/a&gt;&lt;/p&gt;&#10;&lt;h2 id="spectra-a-reconfigurable-llm-accelerator-that-changes-its-hardware-with-every-inference-stage"&gt;SPECTRA: A Reconfigurable LLM Accelerator That Changes Its Hardware With Every Inference Stage&lt;a href="#spectra-a-reconfigurable-llm-accelerator-that-changes-its-hardware-with-every-inference-stage" class="heading-anchor" aria-label="Link to this section"&gt;&lt;/a&gt;&lt;/h2&gt;&lt;h2 id="tldr"&gt;TL;DR&lt;a href="#tldr" class="heading-anchor" aria-label="Link to this section"&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Speculative decoding oscillates between prefill (compute-bound GEMM), decode (memory-bound GEMV), and the parallel verification in between, so &lt;strong&gt;arithmetic intensity&lt;/strong&gt; fluctuates from token to token. A fixed datapath cannot handle all three regimes at once. &lt;strong&gt;SPECTRA&lt;/strong&gt; is a reconfigurable architecture that switches the PE array inside a tile between systolic and vector-lane per kernel, and dynamically selects the tile count, sharding axis, and communication primitives across tiles. On a 20-tile FPGA prototype it achieves up to &lt;strong&gt;2.09×&lt;/strong&gt; over a fixed design (tile level) plus an additional &lt;strong&gt;1.25×&lt;/strong&gt; (system level), delivering up to &lt;strong&gt;3.6×&lt;/strong&gt; throughput and &lt;strong&gt;2.9×&lt;/strong&gt; power efficiency over edge GPUs.&lt;/p&gt;</description></item></channel></rss>