Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
DeepEP
Commits
d31c72a1
Commit
d31c72a1
authored
Aug 07, 2025
by
Chenggang Zhao
Browse files
Fix indent
parent
dd14b36d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
csrc/kernels/internode.cu
csrc/kernels/internode.cu
+3
-3
No files found.
csrc/kernels/internode.cu
View file @
d31c72a1
...
@@ -152,9 +152,9 @@ notify_dispatch(const int* num_tokens_per_rank, int* moe_recv_counter_mapped, in
...
@@ -152,9 +152,9 @@ notify_dispatch(const int* num_tokens_per_rank, int* moe_recv_counter_mapped, in
translate_dst_rdma_rank
<
kLowLatencyMode
>
(
i
,
nvl_rank
),
0
,
lane_id
,
0
);
translate_dst_rdma_rank
<
kLowLatencyMode
>
(
i
,
nvl_rank
),
0
,
lane_id
,
0
);
}
else
{
}
else
{
UNROLLED_WARP_COPY
(
1
,
lane_id
,
NUM_MAX_NVL_PEERS
+
num_rdma_experts
+
1
,
UNROLLED_WARP_COPY
(
1
,
lane_id
,
NUM_MAX_NVL_PEERS
+
num_rdma_experts
+
1
,
rdma_recv_num_tokens_mixed
.
recv_buffer
(
rdma_rank
),
rdma_recv_num_tokens_mixed
.
recv_buffer
(
rdma_rank
),
rdma_recv_num_tokens_mixed
.
send_buffer
(
i
),
rdma_recv_num_tokens_mixed
.
send_buffer
(
i
),
ld_volatile_global
,
st_na_global
);
ld_volatile_global
,
st_na_global
);
}
}
}
}
__syncthreads
();
__syncthreads
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment