Skip to content

Commit 77e2583

Browse files
code refine
1 parent 361ff30 commit 77e2583

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddle/fluid/distributed/collective/deep_ep/kernels/internode_ll.cu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ LOW_LATENCY_DISPATCH_RECV:
372372
EP_STATIC_ASSERT(kNumWarpsPerGroup > 1,
373373
"Requires more than one warp per group");
374374
if (sub_warp_id == 1 && lane_id == 0) {
375-
// printf("enter recv meta\n");
376375
while ((num_recv_tokens = ld_acquire_global(
377376
rdma_recv_count + local_expert_idx * num_ranks + src_rank)) ==
378377
0) {

0 commit comments

Comments
 (0)