---
格式版本: 2
标题: "Pre-Compiled Pipeline Shards for Distributed LLM Inference on Intel AI PC Fleets"
原文链接: "https://arxiv.org/abs/2608.19147"
发布日期: "2026-08-19"
发布时间校准状态: "found"
发布时间需复核: "否"
发布时间来源: "rule:local:strict_original_body"
发布时间证据: "**\\[v1\\]** Wed, 19 Aug 2026 17:33:28 UTC (46 KB)"
发布时间校准原因: "规则确认唯一严格发布时间，来源 local:strict_original_body"
发布时间校准置信度: "high"
发布时间候选数量: 18
发布时间严格候选数量: 6
发布时间原页读取状态: "source template page reused from URL open"
发布时间未找到原因: ""
发布时间校准时间: "2026-08-20T14:53:10+08:00"
发布时间仲裁状态: "skipped"
发布时间仲裁尝试次数: 0
发布时间仲裁耗时毫秒: 0
发现时间: "2026-08-20T14:51:23+08:00"
入库时间: "2026-08-20T06:53:10.135Z"
来源平台: "arXiv 学术论文搜索"
搜索渠道: "source_template"
搜索词: "https://arxiv.org/search/?query=NPU&searchtype=all"
匹配关键词:
  - "NPU"
  - "GPU"
  - "deployment"
  - "latency"
  - "throughput"
  - "AI"
相关厂家:
  []
相关专家:
  []
内容类型: "网页"
抓取工具: "Free Fetch + Defuddle"
清洗工具: "Defuddle Markdown + Defuddle/Readability 正文提取"
原始附件:
  []
AI优质: "否"
AI打分: 33
AI分档: "非优质"
AI质检状态: "不通过"
AI打分理由: "论文讨论Intel AI PC集群的分布式LLM推理，涉及NPU但非超节点/AI Rack/机柜级AI基础设施，无相关技术或商业信号。"
AI质检模型: "tx-deepseek-v4-flash"
AI质检时间: "2026-08-20T14:53:27+08:00"
AI主题相关性: 2
AI来源权威性: 8
AI新颖性: 10
AI技术细节: 5
AI商业部署信号: 0
AI完整性: 8
AI摘要: "作者提出在Intel AI PC集群上用预编译流水线分片分布式运行大语言模型：将模型按层切分为OpenVINO图，每台机器执行一个分片并传递激活值。"
AI摘要模型: "ali-deepseek-v4-flash"
AI摘要时间: "2026-09-07T03:18:29.410Z"
采集批次: "2026年8月20日14点19分32秒"
采集批次ID: "20260820-141932-079"
去重键: "https://arxiv.org/abs/2608.19147"
---

## Computer Science > Distributed, Parallel, and Cluster Computing

## Title:Pre-Compiled Pipeline Shards for Distributed LLM Inference on Intel AI PC Fleets

Authors:[Tate Berenbaum](https://arxiv.org/search/cs?searchtype=author&query=Berenbaum,+T), [Muthaiah Venkatachalam](https://arxiv.org/search/cs?searchtype=author&query=Venkatachalam,+M)

[View PDF](https://arxiv.org/pdf/2608.19147) [HTML (experimental)](https://arxiv.org/html/2608.19147v1)

> Abstract:Modern Intel AI PCs ship capable integrated GPUs and NPUs with 16+ GB of unified memory, and they spend considerable time idle. That is not enough memory to fit a large model such as a 70B-parameter LLM. We show that a handful of AIPCs, working together over an ordinary network, can serve models beyond the capability of any single one. We use pipeline parallelism: a model is split by layer into per-stage shards, each pre-compiled into an OpenVINO graph, so that every machine runs one shard and passes activations to the next. Three techniques make this fast enough to be useful. First, we recover the speed of the unsplit model: a naive per-stage export runs well below monolithic inference because it misses an OpenVINO GPU optimization, and injecting a beam\_idx Gather into each shard triggers that optimization (the IndirectKVCache fusion) and brings the shards to parity. Second, we leverage speculative decoding on stateful OpenVINO models. Third, the pipeline serves several users at once by interleaving their requests across the stages, each request carrying its own cache (micro-batching). Together, a two-node Llama 3.1 8B INT4 pipeline serves two concurrent users at 1.79x the single-user throughput of the unsplit model on the same hardware, and the gap widens under simulated wide-area latency. The same design scales to a 70B model that no single fleet member can hold: a four-node deployment of Lunar Lake AI PCs on Intel Tiber Cloud serves a single user at interactive speed, with output token-for-token identical to the same four-node pipeline decoding without speculation. Code, raw benchmark logs, and reproduction scripts ship as a self-contained package at [this https URL](https://github.com/labscommunity/pipeline-sharded-inference-paper) (in the top-level reproduction/ directory).

| Subjects: | Distributed, Parallel, and Cluster Computing (cs.DC); Artificial Intelligence (cs.AI); Software Engineering (cs.SE) |
| --- | --- |
| Cite as: | [arXiv:2608.19147](https://arxiv.org/abs/2608.19147) \[cs.DC\] |
|  | (or [arXiv:2608.19147v1](https://arxiv.org/abs/2608.19147v1) \[cs.DC\] for this version) |
|  | [https://doi.org/10.48550/arXiv.2608.19147](https://doi.org/10.48550/arXiv.2608.19147) |

## Submission history

From: Muthaiah Venkatachalam \[[view email](https://arxiv.org/show-email/1d12f0ec/2608.19147)\]  
**\[v1\]** Wed, 19 Aug 2026 17:33:28 UTC (46 KB)

[Which authors of this paper are endorsers?](https://arxiv.org/auth/show-endorsers/2608.19147) | Disable MathJax ([What is MathJax?](https://info.arxiv.org/help/mathjax.html))
