We're open-sourcing FlashKDA — our high-performance CUTLASS-based implementation of Kimi Delta Attention kernels. Achieves 1.72×–2.22× prefill speedup over the flash-linear-attention baseline on H20, and works as a drop-in backend for flash-linear-attention. Explore on github: https://t.co/sf4UohXDWY
Kimi Open Sources FlashKDA to Double Long Context Prefill Speeds
· Updated
Kimi open-sourced FlashKDA, a high-performance implementation of its Kimi Delta Attention kernels built on the CUTLASS library. The release achieves up to a 2.22x speedup in prefill processing on H20 GPUs compared to standard linear attention baselines. This allows developers to significantly reduce latency for long-context applications by swapping in a more efficient backend.
FlashKDA. It is a high-performance implementation of Kimi Delta Attention (KDA) kernels—a linear attention mechanism (an architecture that processes text more efficiently) built using the CUTLASS library.Building on its shift toward linear attention, hardware-level optimization is the primary bottleneck for speed. FlashKDA achieves a 1.72x to 2.22x speedup in the prefill phase on NVIDIA H20 GPUs. This follows Kimi's recent efforts to slash long context costs.
You can use FlashKDA as a drop-in backend for the flash-linear-attention library to improve performance. The code is available on GitHub, providing the CUDA kernels needed to accelerate inference. This enables faster execution for massive parallel agent tasks and mirrors the integration of Kimi models into agentic coding environments.
Still wondering? A few quick answers below.
Every HeadsUpAI update is written based on its original source and reviewed before it's published. Read our editorial standards →





