Skip to content

Commit 88f090e

Browse files
committed
bugfix
1 parent 0282e2e commit 88f090e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deep_ep/buffer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,6 @@ def low_latency_combine(self, x: torch.Tensor, topk_idx: torch.Tensor, topk_weig
646646
hook: the receiving hook function (valid only if `return_recv_hook` is set).
647647
"""
648648
src_info, layout_range, num_max_dispatch_tokens_per_rank, hidden, num_experts = handle
649-
overlap, packed_recv_count, comp_signal, block_m, threshold, num_sms = False, None, None, 64, 0, 3
650649
combined_x, event, hook = self.runtime.low_latency_combine(x, topk_idx, topk_weights, src_info, layout_range,
651650
overlap, packed_recv_count, comp_signal, block_m, threshold, num_sms,
652651
combine_wait_recv_cost_stats,

0 commit comments

Comments
 (0)