mirror of
https://github.com/deepseek-ai/DeepEP
synced 2025-06-26 18:28:11 +00:00
Add retired flag
This commit is contained in:
@@ -799,6 +799,10 @@ dispatch(int4* recv_x, float* recv_x_scales, int64_t* recv_topk_idx, float* recv
|
||||
}
|
||||
__syncwarp();
|
||||
}
|
||||
|
||||
// Retire
|
||||
if (lane_id == 0)
|
||||
forward_channel_retired[src_rdma_rank] = 1;
|
||||
} else if (warp_role == WarpRole::kForwarderCoordinator) {
|
||||
// Forward warp coordinator
|
||||
EP_STATIC_ASSERT(kNumRDMARanks <= 32, "Invalid number of RDMA peers");
|
||||
|
||||
Reference in New Issue
Block a user