## Hybrid Liear Attention - [x] hybrid_linear_attn attention refactor https://github.com/sgl-project/sglang/pull/10816 ## GDN Kernels Not arch specific - [x] Optimize Triton GDN decode (triton) 1 https://github.com/sgl-project/sglang/pull/17094 - [x] Optimize Triton GDN decode (triton) 2 https://github.com/sgl-project/sglang/pull/18271 - [x] Prefill (cutlass, SM90) and decode (cutedsl, SM90/100) kernels from FlashInfer, no radix cache support by the prefill kernel: https://github.com/sgl-project/sglang/pull/18361 https://github.com/flashinfer-ai/flashinfer/pull/2521 - [x] https://github.com/sgl-project/sglang/pull/19775 - [x] https://github.com/sgl-project/sglang/pull/20283 SM100 - [ ] Prefill in Gluon https://github.com/sgl-project/sglang/pull/17983 - [x] FlashInfer CuteDSL decode kernel https://github.com/sgl-project/sglang/pull/15631 - [ ] Another CuteDSL decode kernel https://github.com/sgl-project/sglang/pull/17981 - [ ] New SM100 FlashInfer CuteDSL kernel https://github.com/flashinfer-ai/flashinfer/pull/2498 https://github.com/sgl-project/sglang/pull/19150 https://github.com/sgl-project/sglang/pull/19528 ## MoE - [x] bf16 cutlass fused MoE for Hopper https://github.com/sgl-project/sglang/pull/10275 - [x] BF16 TRTLLM MoE for Blackwell https://github.com/sgl-project/sglang/pull/13798 - [x] NVFP4 TRTLLM GEN MoE for Blackwell https://github.com/sgl-project/sglang/pull/13761 ## Gemm - [x] https://github.com/sgl-project/sglang/pull/18801 ## Full Attention - [x] Enable XQA for SM90 and SM120 https://github.com/sgl-project/sglang/pull/17115 - [x] TRTLLM_MHA backend for Blackwell https://github.com/sgl-project/sglang/pull/11138 - [x] Enable accidentally disabled Flashinfer backend https://github.com/sgl-project/sglang/pull/20604 - [x] https://github.com/sgl-project/sglang/pull/19030 ## Disagg - [x] https://github.com/sgl-project/sglang/issues/19045 - [x] https://github.com/sgl-project/sglang/pull/19890 - [ ] https://github.com/sgl-project/sglang/pull/18968 ## Communications - [x] Fix regression caused by enabling symmetric memory: https://github.com/sgl-project/sglang/pull/18643 - [x] https://github.com/sgl-project/sglang/pull/19889 - [ ] https://github.com/sgl-project/sglang/pull/12787 ## NVFP4 kv cache - [ ] FP4 KV Cache for SM120 https://github.com/sgl-project/sglang/pull/18314 - [ ] FP4 KV Cache for SM100 https://github.com/sgl-project/sglang/pull/17733 ## Runtime - [x] piecewise cuda graph for TRTLLM-GEN backends for Blackwell https://github.com/sgl-project/sglang/pull/18184 - [x] https://github.com/sgl-project/sglang/pull/18808 - [ ] On hold due to conflict with radix cache: https://github.com/sgl-project/sglang/pull/12892 ## Qwen3-Next - [x] https://github.com/sgl-project/sglang/pull/18917 - [x] Huggingface NVFP4 model support https://github.com/sgl-project/sglang/pull/17627 ## Qwen3.5 text model - [x] https://github.com/sgl-project/sglang/pull/18937 - [x] https://github.com/sgl-project/sglang/pull/19391 - [x] https://github.com/sgl-project/sglang/pull/20386 - [ ] https://github.com/sgl-project/sglang/pull/20074 ## Qwen3.5 Vit - [ ] ViT: https://github.com/sgl-project/sglang/issues/18784 https://github.com/sgl-project/sglang/pull/18559 - [ ] https://github.com/sgl-project/sglang/pull/19749 - [ ] https://github.com/sgl-project/sglang/pull/19788
Hybrid Liear Attention
GDN Kernels
Not arch specific
SM100
MoE
Gemm
mm_fp4backend #18801Full Attention
Disagg
Communications
NVFP4 kv cache
Runtime
Qwen3-Next
Qwen3.5 text model
Qwen3.5 Vit