Switch language한국어
Back to the list

Qwen Team Releases FlashQLA: a High-Performance Linear Attention Kernel Library That Achieves Up to 3× Speedup on NVIDIA Hopper GPUs

TL;DR AI

Key summary

2 min read
  1. QwenLM released FlashQLA, an MIT-licensed GPU kernel library for Gated Delta Network linear attention.

  2. Built on TileLang, it replaces slower Triton kernels with Hopper-specific optimizations for forward and backward passes.

  3. In tested scenarios, FlashQLA delivers roughly 2–3× faster forward execution and about 2× faster backward execution.

  4. The upgrade targets a major bottleneck in long-context LLM workloads, especially on NVIDIA Hopper GPUs like H100 and H200.

  5. It could lower latency and compute cost for Qwen models such as Qwen3.5 and Qwen3.6, as well as other Hopper-based deployments.

Read the original