Cursor announces MoE inference optimization technology Warp Decode, achieving a 1.84x throughput increase on Blackwell GPUs.

BlockBeatNews

According to 1M AI News monitoring, the AI programming tool Cursor published a technical blog post introducing its in-house MoE (Mixture of Experts) inference acceleration method, Warp Decode. The method targets small-batch token generation scenarios on NVIDIA Blackwell GPUs, flipping the traditional expert-centered parallel strategy into an output-centered one: each warp (the smallest scheduling unit consisting of 32 parallel processing units) on the GPU is responsible for computing only one output value, independently iterating through all experts that have been routed to and completing the accumulation in registers—without any cross-warp synchronization or intermediate buffers.

The traditional MoE inference pipeline has 8 stages, of which 5 are only used to move data from the expert view and do not perform any actual computation. Warp Decode compresses the entire MoE compute layer into 2 CUDA kernels, eliminating intermediate steps such as padding, scatter, and gather. As a result, each token reduces intermediate-buffer read/write by more than 32KB.

Measured on NVIDIA B200 GPUs with a Qwen-3 style model, Warp Decode achieves a 1.84× end-to-end decoding throughput improvement. Because it performs BF16/FP32 precision computation throughout and avoids accuracy losses from intermediate quantization, the output accuracy is close to the FP32 baseline at 1.4×. In terms of hardware bandwidth utilization, when the batch size is 32, sustained throughput reaches 3.95 TB/s, about 58% of B200’s peak bandwidth (6.8 TB/s). This optimization directly accelerates Cursor’s development iterations and the release cadence of its in-house programming model, Composer.

Disclaimer: The information on this page may come from third parties and does not represent the views or opinions of Gate. The content displayed on this page is for reference only and does not constitute any financial, investment, or legal advice. Gate does not guarantee the accuracy or completeness of the information and shall not be liable for any losses arising from the use of this information. Virtual asset investments carry high risks and are subject to significant price volatility. You may lose all of your invested principal. Please fully understand the relevant risks and make prudent decisions based on your own financial situation and risk tolerance. For details, please refer to Disclaimer.
Comment
0/400
No comments