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
e729231c
Commit
e729231c
authored
May 26, 2026
by
lijian
Browse files
fix hang when num-experts>256.
Signed-off-by:
lijian
<
34831075+lijian0711@users.noreply.github.com
>
parent
a4b49551
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
csrc/kernels/internode_ll.cu
csrc/kernels/internode_ll.cu
+1
-1
No files found.
csrc/kernels/internode_ll.cu
View file @
e729231c
...
@@ -855,7 +855,7 @@ combine(void* combined_x,
...
@@ -855,7 +855,7 @@ combine(void* combined_x,
syncwarp
();
syncwarp
();
while
(
sync_large_warp_counters
[
warp_group_id
]
<
num_warps_per_group
);
while
(
sync_large_warp_counters
[
warp_group_id
]
<
num_warps_per_group
);
if
(
sub_warp_id
==
1
and
lane_id
==
0
)
{
if
(
sub_warp_id
==
0
and
lane_id
==
0
)
{
while
(
ld_acquire_global
(
atomic_clean_flag
)
==
0
);
while
(
ld_acquire_global
(
atomic_clean_flag
)
==
0
);
auto
dst_ptr
=
rdma_recv_flag
+
global_expert_idx
;
auto
dst_ptr
=
rdma_recv_flag
+
global_expert_idx
;
...
...
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