We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361ff30 commit 77e2583Copy full SHA for 77e2583
paddle/fluid/distributed/collective/deep_ep/kernels/internode_ll.cu
@@ -372,7 +372,6 @@ LOW_LATENCY_DISPATCH_RECV:
372
EP_STATIC_ASSERT(kNumWarpsPerGroup > 1,
373
"Requires more than one warp per group");
374
if (sub_warp_id == 1 && lane_id == 0) {
375
- // printf("enter recv meta\n");
376
while ((num_recv_tokens = ld_acquire_global(
377
rdma_recv_count + local_expert_idx * num_ranks + src_rank)) ==
378
0) {
0 commit comments