Overlap shared experts with deepep dispatch for single batch overlap on Blackwell (#17289)

This commit is contained in:
Baizhou Zhang
2026-01-21 02:56:55 +08:00
committed by GitHub
parent 16802fb6b2
commit 6ea491e439
4 changed files with 53 additions and 1 deletions
+1
View File
@@ -62,6 +62,7 @@ SGLang supports various environment variables that can be used to configure its
| `SGLANG_DEEPEP_BF16_DISPATCH` | Use Bfloat16 for dispatch | `"false"` |
| `SGLANG_DEEPEP_NUM_MAX_DISPATCH_TOKENS_PER_RANK` | The maximum number of dispatched tokens on each GPU | `"128"` |
| `SGLANG_DEEPEP_LL_COMBINE_SEND_NUM_SMS` | Number of SMs used for DeepEP combine when single batch overlap is enabled | `"32"` |
| `SGLANG_BLACKWELL_OVERLAP_SHARED_EXPERTS_OUTSIDE_SBO` | Run shared experts on an alternate stream when single batch overlap is enabled on GB200. When not setting this flag, shared experts and down gemm will be overlapped with DeepEP combine together. | `"false"` |
## NSA Backend Configuration (For DeepSeek V3.2)