PyTorch 大会 2026 聚焦 vLLM:KV 缓存、硬件移植与内核优化
vLLM Sessions at PyTorch Conference North America 2026
TL;DR
TL;DR
PyTorch Conference North America 2026 features vLLM across sessions on KV cache management and disaggregated serving, hardware portability, kernel optimization, PyTorch integration, Mixture-of-Experts inference, attention, and production serving.
PyTorch Conference North America 2026 在多个分会场中展示了 vLLM,涵盖 KV 缓存管理和分离式服务、硬件可移植性、内核优化、PyTorch 集成、混合专家推理、注意力机制和生产服务。
vLLM at #PyTorchCon NA
vLLM 在 #PyTorchCon NA
PyTorch Conference North America 2026 comes to San Jose, CA, October 20–21, with technical talks, live demos, lightning talks, sponsored sessions, a keynote, and a Birds of a Feather discussion featuring vLLM.
PyTorch Conference North America 2026 将于 10 月 20 日至 21 日在加利福尼亚州圣何塞举行,届时将有技术演讲、现场演示、闪电演讲、赞助会议、主题演讲以及一场以 vLLM 为主题的 Birds of a Feather 讨论。
Across the program, vLLM appears in sessions on serving architecture and KV cache work, hardware portability, kernel and performance optimization, and PyTorch integration. Additional sessions cover Mixture-of-Experts inference, attention, production deployment, broader application stacks, and open source contribution.
在整个议程中,vLLM 出现在关于服务架构和 KV 缓存工作、硬件可移植性、内核和性能优化以及 PyTorch 集成的会议中。其他会议涵盖混合专家推理、注意力机制、生产部署、更广泛的应用栈和开源贡献。
View the full conference schedule
查看完整会议日程
Register for PyTorch Conference North America 2026
注册 PyTorch Conference North America 2026
Serving Architecture, KV Cache, and Production Inference
服务架构、KV 缓存和生产推理
A Developer’s Guide to Attention in vLLM
vLLM 中注意力机制的开发者指南
Lucas Wilkinson, Red Hat; Matthew Bonanni, Red Hat
Lucas Wilkinson,Red Hat;Matthew Bonanni,Red Hat
October 20, 11:45 a.m.–12:10 p.m. | LL20AB | Breakout Session
10 月 20 日,上午 11:45–下午 12:10 | LL20AB | 分组会议
This session explains how vLLM represents, serves, and optimizes attention as models adopt approaches including sliding windows, sparsity, compression, linear variants, and hybrid attention.
本会议将解释 vLLM 如何表示、服务和优化注意力机制,因为模型采用了滑动窗口、稀疏性、压缩、线性变体和混合注意力等方法。
The speakers cover attention backends, KV-cache connectors, and the hybrid memory allocator, along with a recent overhaul of vLLM’s attention abstractions, what changed, and how the new design makes emerging architectures easier and cleaner to support.
演讲者将涵盖注意力后端、KV 缓存连接器和混合内存分配器,以及 vLLM 注意力抽象的最新重构、变更内容以及新设计如何使新兴架构更容易、更简洁地得到支持。
State-of-the-Art KV Transfer for Disaggregated LLM Serving in vLLM
vLLM 中用于分离式 LLM 服务的先进 KV 传输技术
Nicolò Lucchesi, Mistral AI; Sunita Nadampalli, Amazon; Zhanqiu Hu, Red Hat
Nicolò Lucchesi,Mistral AI;Sunita Nadampalli,Amazon;Zhanqiu Hu,Red Hat
October 20, 2:15–2:40 p.m. | LL20CD | Breakout Session
10 月 20 日,下午 2:15–2:40 | LL20CD | 分组会议
This session covers developments in vLLM’s disaggregated serving stack for transferring KV cache between prefill and decode. Topics include hybrid-model transfer with heterogeneous tensor parallelism, bidirectional KV transfer, the KV Push connector, and KV cache leases for reliability.
本会议涵盖 vLLM 分离式服务栈中在预填充和解码之间传输 KV 缓存的最新进展。主题包括异构张量并行的混合模型传输、双向 KV 传输、KV Push 连接器以及用于可靠性的 KV 缓存租约。
The speakers report that KV Push reduces time to first token and that, on Nemotron, disaggregated prefill/decode Pareto-dominates co-located serving across concurrency levels.
演讲者报告称,KV Push 减少了首令牌时间,并且在 Nemotron 上,分离式预填充/解码在所有并发级别上均优于共置服务。
Native Tiered KV Cache Offloading in vLLM: From Storage Offloading to Disaggregated Serving
vLLM 中的原生分层 KV 缓存卸载:从存储卸载到分离式服务
Or Ozeri, IBM
Or Ozeri,IBM
October 20, 2:50–3:15 p.m. | LL20CD | Breakout Session
10 月 20 日,下午 2:50–3:15 | LL20CD | 分组会议
This talk presents vLLM’s native tiered KV cache offloading framework, newly integrated upstream with no external dependencies.
本演讲将介绍 vLLM 的原生分层 KV 缓存卸载框架,该框架已集成到上游,无需外部依赖。
The framework routes transfers through CPU memory as a universal transport hub. The design minimizes GPU transfer overhead, consolidates I/O through a CPU buffer, avoids specialized transfer APIs, and remains independent of KV cache memory layout across hardware, attention backends, parallelism schemes, and model architectures.
该框架通过CPU内存作为通用传输枢纽来路由传输。设计最小化GPU传输开销,通过CPU缓冲区整合I/O,避免专门的传输API,并且不依赖于跨硬件、注意力后端、并行方案和模型架构的KV缓存内存布局。
LMCache: a cluster-wide open source solution for LLM prompt caching
LMCache:面向LLM提示缓存的集群级开源解决方案
Kuntai Du, Tensormesh, Inc.
Kuntai Du,Tensormesh公司
October 20, 3:40–3:50 p.m. | LL20CD | Lightning Talk
10月20日,下午3:40–3:50 | LL20CD | 闪电演讲
LMCache provides prompt caching across inference engines including vLLM, SGLang, and TensorRT-LLM and storage systems including Mooncake, Redis, and AWS S3.
LMCache提供跨推理引擎(包括vLLM、SGLang和TensorRT-LLM)以及存储系统(包括Mooncake、Redis和AWS S3)的提示缓存。
The session includes a tutorial on deploying LMCache in Kubernetes along with the techniques and research behind its prompt-caching approach.
本次会议包括在Kubernetes中部署LMCache的教程,以及其提示缓存方法背后的技术和研究。
vLLM KV Cache Management for Model-Specific Requirements
针对模型特定需求的vLLM KV缓存管理
Mengqing Cao, Huawei
Mengqing Cao,华为
October 20, 5:30–5:40 p.m. | LL20CD | Lightning Talk
10月20日,下午5:30–5:40 | LL20CD | 闪电演讲
This session addresses KV cache requirements that vary across model architectures including MLA, SWA, Eagle, and DeepSeek-V4.
本次会议讨论不同模型架构(包括MLA、SWA、Eagle和DeepSeek-V4)对KV缓存的不同需求。
It proposes a model-customized KV Cache Planner built around a default planner plus model-specific planners for requirements such as spec grouping, block-size derivation, cache tensor creation, and max_model_len adjustment.
它提出了一种模型定制的KV缓存规划器,基于默认规划器加上模型特定规划器,以满足诸如规格分组、块大小推导、缓存张量创建和max_model_len调整等需求。
Elastic Expert Parallelism in vLLM
vLLM中的弹性专家并行
Itay Alroy, NVIDIA
Itay Alroy,NVIDIA
October 21, 2:50–3:15 p.m. | LL20CD | Breakout Session
10月21日,下午2:50–3:15 | LL20CD | 分组会议
Elastic Expert Parallelism enables vLLM deployments to add or remove workers at runtime and redistribute experts across the updated worker set with minimal interruption to serving.
弹性专家并行使vLLM部署能够在运行时添加或移除工作节点,并在更新后的工作节点集上重新分配专家,同时最小化对服务的干扰。
The session covers communication reconfiguration, CUDA Graph recapture, expert rebalancing through the EP Load Balancer, weight transfer to new GPUs, and coordination with model forward execution. It also covers how NIXL EP enables grow and shrink operations under live traffic, fault detection, reporting, and recovery.
本次会议涵盖通信重新配置、CUDA图重新捕获、通过EP负载均衡器进行专家再平衡、向新GPU传输权重,以及与模型前向执行的协调。还涵盖了NIXL EP如何在实时流量下实现扩展和收缩操作、故障检测、报告和恢复。
Prefix Caching for Autoregressive Stages in Multi-Stage Pipelines
多阶段流水线中自回归阶段的前缀缓存
Ricardo Noriega, Red Hat; Alex Brooks, Red Hat
Ricardo Noriega,Red Hat;Alex Brooks,Red Hat
October 21, 4:20–4:45 p.m. | LL20AB | Breakout Session
10月21日,下午4:20–4:45 | LL20AB | 分组会议
This talk explores Automatic Prefix Caching for Stage Outputs in vLLM-Omni, an approach for extending vLLM’s prefix caching to multi-stage models while minimizing GPU memory cost.
本次演讲探讨了vLLM-Omni中阶段输出的自动前缀缓存,这是一种将vLLM的前缀缓存扩展到多阶段模型并最小化GPU内存成本的方法。
The approach aligns external CPU tensor caches with vLLM’s native block management. The speakers also describe how vLLM-Omni dynamically discovers cacheable tensors without requiring manual configuration.
该方法将外部CPU张量缓存与vLLM的原生块管理对齐。演讲者还描述了vLLM-Omni如何动态发现可缓存张量,而无需手动配置。
Hardware Portability and Accelerator Backends
硬件可移植性和加速器后端
Sponsored: Unifying Open Source LLM Serving on Google Cloud TPUs with TorchTPU
赞助内容:使用 TorchTPU 在 Google Cloud TPU 上统一开源 LLM 服务
Rob Mulla, Google
Rob Mulla,谷歌
October 20, 10:40–10:50 a.m. | Community Expo | Demo Theater
10月20日,上午10:40–10:50 | 社区博览会 | 演示剧场
This 10-minute demo shows TorchTPU’s native, high-performance compilation path for PyTorch models on Cloud TPUs.
这个10分钟的演示展示了 TorchTPU 在 Cloud TPU 上为 PyTorch 模型提供的原生高性能编译路径。
The demo highlights TorchTPU as a unified backend for inference engines including vLLM and SGLang, enabling model deployment through those serving engines with minimal code modifications.
演示重点介绍了 TorchTPU 作为推理引擎(包括 vLLM 和 SGLang)的统一后端,通过最小化代码修改即可通过这些服务引擎部署模型。
Sponsored: PyTorch Ecosystem Running Natively on Trainium
赞助内容:PyTorch 生态系统在 Trainium 上原生运行
Maen Suleiman, Amazon Web Services
Maen Suleiman,亚马逊网络服务
October 20, 10:55–11:05 a.m. | Community Expo | Demo Theater
10月20日,上午10:55–11:05 | 社区博览会 | 演示剧场
This live demo covers PyTorch workflows on Trainium through TorchNeuron, including training with TorchTitan or Hugging Face Transformers v5, serving with vLLM-Neuron, profiling with Neuron Explorer, and adding NKI kernels directly to PyTorch code.
这个现场演示涵盖了通过 TorchNeuron 在 Trainium 上的 PyTorch 工作流,包括使用 TorchTitan 或 Hugging Face Transformers v5 进行训练,使用 vLLM-Neuron 提供服务,使用 Neuron Explorer 进行性能分析,以及直接在 PyTorch 代码中添加 NKI 内核。
The session also demonstrates Neuron Agentic Development, AI-assisted tooling for kernel authoring and optimization.
本次会议还演示了 Neuron Agentic Development,这是一种用于内核编写和优化的 AI 辅助工具。
One Model Definition, Many Accelerators: Scaling vLLM Across Hardware Without Forks
一个模型定义,多种加速器:无需分支即可跨硬件扩展 vLLM
Thomas Parnell, IBM; Richard Zou, Meta
Thomas Parnell,IBM;Richard Zou,Meta
October 20, 4:20–4:45 p.m. | LL20CD | Breakout Session
10月20日,下午4:20–4:45 | LL20CD | 分组会议
This talk presents hardware-agnostic model definitions for vLLM, an approach that separates model logic from hardware execution paths so the same model definition can run across accelerators without forks or per-platform maintenance.
本次演讲介绍了 vLLM 的硬件无关模型定义方法,该方法将模型逻辑与硬件执行路径分离,使得同一模型定义可以在不同加速器上运行,无需分支或针对每个平台进行维护。
The design relies on compatibility with torch.compile, well-defined extensibility hooks, and isolation from hardware-specific paths. The speakers show how the approach supports Intel Gaudi/HPU and IBM Spyre without hardware-specific modeling code.
该设计依赖于与 torch.compile 的兼容性、定义良好的扩展钩子以及与硬件特定路径的隔离。演讲者展示了该方法如何在不编写硬件特定建模代码的情况下支持 Intel Gaudi/HPU 和 IBM Spyre。
Portable PyTorch Across AI Accelerators: A Triton Operator Stack from Eager Mode to vLLM
跨 AI 加速器的可移植 PyTorch:从 Eager 模式到 vLLM 的 Triton 算子栈
Yonghua Lin, Beijing Academy of Artificial Intelligence
Yonghua Lin,北京人工智能研究院
October 20, 4:55–5:20 p.m. | LL20CD | Breakout Session
10月20日,下午4:55–5:20 | LL20CD | 分组会议
This session presents FlagOS, an open source system stack using a Triton-based operator, compiler, and runtime layer for PyTorch.
本次会议介绍了 FlagOS,一个使用基于 Triton 的算子、编译器和运行时层为 PyTorch 构建的开源系统栈。
FlagGems implements PyTorch eager-mode operators and LLM-critical kernels in Triton, while the same operator layer connects to vLLM through the vllm-plugin-fl multi-backend plugin.
FlagGems 在 Triton 中实现了 PyTorch eager 模式算子和 LLM 关键内核,而相同的算子层通过 vllm-plugin-fl 多后端插件连接到 vLLM。
The speakers report testing FlagOS on 20+ AI chips and architectures and say it has enabled Day-0 adaptation of models including Qwen3.5, MiniMax-M3, MiniCPM-5, and DeepSeek-V4. They report 5–40% inference performance improvement over original vendor adaptation.
演讲者报告称已在20多种 AI 芯片和架构上测试了 FlagOS,并表示它已实现了包括 Qwen3.5、MiniMax-M3、MiniCPM-5 和 DeepSeek-V4 在内的模型的 Day-0 适配。他们报告称,与原始供应商适配相比,推理性能提升了5–40%。
Efficient MoE LLM Inference on Arm with vLLM and OpenVINO
在 Arm 上使用 vLLM 和 OpenVINO 实现高效的 MoE LLM 推理
Abhishek Jain, Fujitsu Research of India; N Maajid Khan, Fujitsu Research of India
Abhishek Jain,富士通印度研究院;N Maajid Khan,富士通印度研究院
October 20, 4:55–5:05 p.m. | LL21ABC | Lightning Talk
10月20日,下午4:55–5:05 | LL21ABC | 闪电演讲
This talk presents a vLLM and OpenVINO inference stack optimized for Arm CPUs, including SVE-optimized SDPA and Paged Attention, U8 KV-cache quantization, operator fusion, KleidiAI integration, and optimized threading for 8-bit and 4-bit inference.
本演讲介绍针对Arm CPU优化的vLLM和OpenVINO推理栈,包括SVE优化的SDPA和分页注意力、U8 KV缓存量化、算子融合、KleidiAI集成,以及针对8位和4位推理的线程优化。
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力