-
别只背名词:稀疏与局部注意力怎么用到生产
FlashAttention 优化的是 full attention 这张完全图的 IO 路径,稀疏 attention 直接改写连接图本身。本…
-
软件没理由再这么慢:瓶颈往往不在硬件
The other day, I saw a viral tweet saying that people talking about how …
-
把「(Alexandre Borovik) Mathematics under arrest」写成可执行的阅读路径
[This post is authored by Alexandre Borovik. An extended version of this…
-
工程上真正卡住的是FlashAttention
FlashAttention 的关键不是近似注意力,也不是把公式改掉,而是重新安排标准 attention 在 GPU 内存层级里的计算路径。本…
-
古德哈特定律:IQ、胆固醇和尾延迟
Most real-world problems are big enough that you can’t just head for the…
-
「Atle Selberg」:数学直觉如何落到可检验的步骤
Atle Selberg, who made immense and fundamental contributions to analytic…
-
工程上真正卡住的是位置编码演进
RoPE 把位置从”加在输入上的向量”焊进了 Q·Kᵀ 本身——本文推导旋转后点积为何只依赖相对位置,核对高频通道在长距离上的绕圈失真、RoPE…
-
个人能力仍然重要:组织不能把责任稀释掉
One of the most common mistakes I see people make when looking at data i…
-
读懂「(Gil Kalai) The entropy/influence conjecture」:先把定义、反例和适用范围钉死
[This post is authored by Gil Kalai, who has kindly “guest blogged” this…
-
别只背名词:三大路线之争怎么用到生产
Encoder-only、Encoder-Decoder、Decoder-only 的差异不是谁更聪明,而是谁能看见谁的信息流不变量。本文从可见…