Model Releases

πŸš€ Introducing FlashQLA: high-performance linear attention kernels built on TileLang. ⚑ 2–3Γ— forward speedup. 2Γ— backward speedup. πŸ’» Purpos…

πŸš€ Introducing FlashQLA: high-performance linear attention kernels built on TileLang. ⚑ 2–3Γ— forward speedup. 2Γ— backward speedup. πŸ’» Purpose-built for agentic AI on your personal devices. πŸ’‘Key insights

DGX agentx-post
model-releasesqwen--x

πŸš€ Introducing FlashQLA: high-performance linear attention kernels built on TileLang. ⚑ 2–3Γ— forward speedup. 2Γ— backward speedup. πŸ’» Purpose-built for agentic AI on your personal devices. πŸ’‘Key insights: 1. Gate-driven automatic intra-card CP. 2. Hardware-friendly algebraic reformulation. 3. TileLang fused warp-specialized kernels. FlashQLA boosts SM utilization via automatic intra-device CP. The gains are especially pronounced for TP setups, small models, and long-context workloads. Instead of fusing the entire GDN flow into a single kernel, we split it into two kernels optimized for CP and backward efficiency. At large batch sizes this incurs extra memory I/O overhead vs. a fully fused approach, but it delivers better real-world performance on edge devices and long-context workloads. The backward pass was the hardest part: we built a 16-stage warp-specialized pipeline under extremely tight on-chip memory constraints, ultimately achieving 2Γ—+ kernel-level speedups. We hope this is useful to the community!🫢🫢 Learn more: πŸ“– Blog: https://qwen.ai/blog?id=flashqla πŸ’» Code: https://github.com/QwenLM/FlashQLA

Source: Qwen (X) | 2026-04-29

Loading related sources…