[CP V1 Deprecation 3.5/5] Deprecate HIP/NPU/MUSA prefill CP and remove legacy implementation (#38293)

This commit is contained in:
Baizhou Zhang
2026-09-07 15:39:34 -07:00
committed by GitHub
parent f4b75b5c36
commit 85d39401c8
47 changed files with 213 additions and 2127 deletions
+1 -1
View File
@@ -925,7 +925,7 @@ class TestForwardFlags(_IsolatedServerArgs):
@torch.compile(fullgraph=True, backend="eager", dynamic=False)
def probe(x):
par = get_parallel()
if par.enable_prefill_context_parallel:
if par.enable_prefill_cp:
x = x + 1
if par.moe_dense_tp_size == 1:
x = x + 2