[CP V1 Deprecation 3.5/5] Deprecate HIP/NPU/MUSA prefill CP and remove legacy implementation (#38293)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user