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
vllm_cscc
Commits
1e9f19ca
Unverified
Commit
1e9f19ca
authored
Apr 25, 2026
by
rasmith
Committed by
GitHub
Apr 25, 2026
Browse files
[CI][AMD]BugFix] Fix deadlock occuring in test_moe_layer (#40767)
Signed-off-by:
Randall Smith
<
Randall.Smith@amd.com
>
parent
6646c0c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/kernels/moe/test_moe_layer.py
tests/kernels/moe/test_moe_layer.py
+1
-0
No files found.
tests/kernels/moe/test_moe_layer.py
View file @
1e9f19ca
...
@@ -1632,6 +1632,7 @@ def _parallel_worker(
...
@@ -1632,6 +1632,7 @@ def _parallel_worker(
if
all2all_manager
is
not
None
:
if
all2all_manager
is
not
None
:
all2all_manager
.
destroy
()
all2all_manager
.
destroy
()
total
=
total
+
1
total
=
total
+
1
torch
.
distributed
.
barrier
()
skipped
=
total
-
(
passed
+
failed
)
skipped
=
total
-
(
passed
+
failed
)
...
...
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