算力基建 · 国产替代

英伟达Groq 3 LPX全面量产
低延迟推理大战正式开打

NVIDIA Groq 3 LPX Full Production
Low-Latency Inference War Begins

每机架256颗LP30芯片、128GB片上SRAM、40PB/s总带宽——英伟达200亿美元收购的Groq技术正式商业化。AI Agent时代,推理延迟正在取代算力规模成为新的竞争焦点。

256 LP30 chips per rack, 128GB on-chip SRAM, 40PB/s bandwidth — NVIDIA's $20B Groq acquisition goes commercial. In the AI agent era, inference latency is replacing compute scale as the new competitive focus.

No.043 2026.08.26 约 5 分钟阅读 ~5 min read

8月24日,英伟达高级总监Dion Harris确认:Groq 3 LPX机架已进入全面量产阶段。首批将部署在云服务商Nebius的数据中心,与Vera CPU、Rubin GPU协同工作,计划今年晚些时候正式上线。

这件事的分量,需要放在一个更大的背景下才能看懂:去年12月,英伟达以200亿美元收购了Groq——这是英伟达史上最大规模的一笔收购。8个月后,收购的技术成果就量产落地了。这个速度,在半导体行业堪称神速。

Groq到底厉害在哪?

很多人可能不太理解:英伟达不是已经有GPU了吗?为什么还要花200亿美元买一家做推理芯片的公司?答案是三个字:低延迟

GPU的强项是高吞吐量——一次能处理大量数据,适合训练模型和批量推理。但GPU有一个天生的弱点:延迟高。因为GPU的架构是为并行计算设计的,它要等一批数据凑齐了一起处理,单个请求的响应时间就慢了。

Groq的LPU(Language Processing Unit,语言处理单元)走的是另一条路线:确定性计算+片上内存。每颗Groq芯片上集成了大量SRAM(静态随机存储器),数据不用在显存和计算单元之间来回搬运,直接在片上就能处理。这带来两个关键优势:

第一,延迟极低。因为不需要等待批次、不需要数据搬运,单个token的生成延迟可以做到微秒级别——比GPU快几倍甚至几十倍。英伟达自己说快4倍,实际场景下可能差距更大。

第二,延迟可预测。GPU的延迟会因为负载波动而变化,有时候快有时候慢。Groq的延迟是确定性的——每个token的生成时间都是固定的。这个特性对于需要实时响应的应用来说太重要了——你总不希望你的AI助手有时候100毫秒回复、有时候10秒才回复吧。

这次量产的Groq 3 LPX机架,单台集成256颗LP30芯片,片上SRAM合计128GB,总带宽达40PB/s。这些数字什么概念?就是把一整台超级计算机的内存带宽,塞进了一个标准机架里。

为什么低延迟现在变得这么重要?

答案很简单:因为AI Agent时代来了

在ChatGPT时代,用户和AI的交互是一问一答——你发一段消息,等几秒收到回复,然后你再发下一段。这种交互模式对延迟的要求不高——等个三五秒很正常。GPU的高吞吐量+高延迟,刚好匹配这种批量处理模式。

但AI Agent不一样。Agent要自主完成任务,它需要做规划、调用工具、观察结果、调整策略——这是一个多轮的、实时的交互过程。如果每一步都要等几秒钟,那一个简单的任务可能要等几分钟才能完成。用户的耐心是有限的——超过3秒的等待就会觉得"卡",超过10秒就会关掉页面。

更极端的场景是实时对话AI。你和AI语音聊天,它需要像真人一样快速回应——停顿不能超过0.5秒,否则对话就不自然了。这种场景下,GPU根本不够快,必须用专用的低延迟推理芯片。

英伟达的高管在采访中说得很直白:Groq解锁了"为那些对延迟有极致要求的服务协议用户提供专属高级服务层级的能力"。翻译一下就是:以后AI服务会分层——普通用户用GPU,便宜但慢;付费用户用Groq,贵但快。就像快递有普通件和次日达一样,算力也会有不同速度的等级。

英伟达收购Groq的战略意图也很清晰:补齐推理短板,形成GPU+CPU+LPU的全栈组合。训练用GPU、通用计算用CPU、低延迟推理用LPU——不管你是什么AI应用,都能用英伟达的芯片。之前有人说Groq会挑战英伟达的地位,现在看来,最好的竞争对手,就是被英伟达买下来的竞争对手。

当然,这也给其他推理芯片公司敲响了警钟:英伟达亲自下场做低延迟推理了,你们的差异化还够吗?Etched、Tenstorrent这些玩家,需要更快地证明自己的价值了。

明天见。

On August 24, NVIDIA Senior Director Dion Harris confirmed: Groq 3 LPX racks have entered full mass production. The first units will be deployed at cloud provider Nebius's data centers, working alongside Vera CPUs and Rubin GPUs, with official launch planned for later this year.

The significance of this requires context: last December, NVIDIA acquired Groq for $20 billion — the largest acquisition in NVIDIA's history. Eight months later, the technology from that acquisition is already in mass production. That speed is remarkable in the semiconductor industry.

What Makes Groq So Special?

Many people might wonder: NVIDIA already has GPUs, right? Why spend $20 billion on an inference chip company? The answer boils down to three words: low latency.

GPUs excel at high throughput — they process massive amounts of data at once, great for model training and batch inference. But GPUs have a fundamental weakness: high latency. Because GPU architectures are designed for parallel computing, they wait for a batch of data to accumulate before processing together — response time for a single request is slow.

Groq's LPU (Language Processing Unit) takes a different approach: deterministic computing + on-chip memory. Each Groq chip integrates a large amount of SRAM (Static Random-Access Memory), so data doesn't need to shuttle back and forth between VRAM and compute units — it's processed right on the chip. This brings two key advantages:

First, extremely low latency. Because there's no batching wait and no data movement overhead, single-token generation latency can hit microsecond levels — several times to tens of times faster than GPUs. NVIDIA says 4x faster; in real-world scenarios the gap might be even larger.

Second, predictable latency. GPU latency fluctuates with load — sometimes fast, sometimes slow. Groq's latency is deterministic — every token takes exactly the same amount of time to generate. This characteristic is critical for applications requiring real-time responsiveness — you don't want your AI assistant sometimes replying in 100ms and sometimes taking 10 seconds, right?

The Groq 3 LPX rack now entering mass production integrates 256 LP30 chips per unit, with a total of 128GB of on-chip SRAM and total bandwidth of 40PB/s. What do these numbers mean? It's like packing the memory bandwidth of an entire supercomputer into a single standard rack.

Why Is Low Latency So Important Now?

The answer is simple: because the AI agent era has arrived.

In the ChatGPT era, user-AI interaction was question-and-answer — you send a message, wait a few seconds for a reply, then send the next one. This interaction pattern doesn't demand much latency — waiting 3-5 seconds is normal. GPU's high-throughput, high-latency profile fits this batch processing model perfectly.

But AI agents are different. An agent autonomously completes tasks — it plans, invokes tools, observes results, adjusts strategy — this is a multi-round, real-time interaction process. If every step takes several seconds, a simple task might take minutes to finish. User patience is limited — wait over 3 seconds and it feels "slow"; over 10 seconds and people close the page.

The more extreme scenario is real-time conversational AI. When you're voice-chatting with an AI, it needs to respond as quickly as a human — pauses can't exceed half a second, otherwise the conversation feels unnatural. In this scenario, GPUs simply aren't fast enough — you need dedicated low-latency inference chips.

NVIDIA executives put it plainly in interviews: Groq unlocks "the ability to offer exclusive premium service tiers for customers with service agreements that demand extreme latency." Translation: AI services will be tiered — regular users get GPU, cheap but slow; premium users get Groq, expensive but fast. Just like delivery has standard and next-day options, compute will have different speed tiers.

NVIDIA's strategic intent in acquiring Groq is also clear: fill the inference gap and create a full-stack combination of GPU + CPU + LPU. Training on GPUs, general computing on CPUs, low-latency inference on LPUs — whatever your AI application, you can use NVIDIA chips. Some people said Groq would challenge NVIDIA's position. Turns out, the best competitor is the one NVIDIA buys.

Of course, this also sounds the alarm for other inference chip companies: NVIDIA is now personally entering the low-latency inference space — is your differentiation still enough? Players like Etched and Tenstorrent need to prove their value faster.

See you tomorrow.

AI Agent时代,推理延迟正在取代算力规模,成为新的竞争焦点——快,比多更重要。

—— Dawn Vision编辑部

In the AI agent era, inference latency is replacing compute scale as the new competitive focus — speed matters more than volume.

— The Dawn Vision Editorial Desk
英伟达Groq · 200亿美元收购 · 低延迟推理 · LPU · AI芯片 · 推理芯片 · Nebius · AI Agent · 算力基建
NVIDIA Groq · $20B acquisition · low-latency inference · LPU · AI chip · inference chip · Nebius · AI agent · compute infrastructure
Sources · 信源 Sources

本文基于 Dawn Vision 认知引擎处理的 9 个源信号生成,经编辑部人工审核。素材来源:IT之家、科创板日报、环球网、新浪财经、看点资讯。

This article was generated by the Dawn Vision cognitive engine processing 9 source signals, with human editorial review. Sources: IT Home, ST Daily, Global Times, Sina Finance, Kandian News.