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
0632ed87
Unverified
Commit
0632ed87
authored
Feb 20, 2026
by
Ryan Rock
Committed by
GitHub
Feb 20, 2026
Browse files
[AMD][CI] Fix test_custom_allreduce for A100 testgroup (#34735)
Signed-off-by:
Ryan Rock
<
ryan.rock@amd.com
>
parent
aaefc58e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tests/distributed/test_custom_all_reduce.py
tests/distributed/test_custom_all_reduce.py
+2
-0
No files found.
tests/distributed/test_custom_all_reduce.py
View file @
0632ed87
...
...
@@ -33,6 +33,7 @@ def graph_allreduce(
):
with
monkeypatch
.
context
()
as
m
:
m
.
delenv
(
"CUDA_VISIBLE_DEVICES"
,
raising
=
False
)
m
.
delenv
(
"HIP_VISIBLE_DEVICES"
,
raising
=
False
)
device
=
torch
.
device
(
f
"cuda:
{
rank
}
"
)
torch
.
cuda
.
set_device
(
device
)
init_test_distributed_environment
(
tp_size
,
pp_size
,
rank
,
distributed_init_port
)
...
...
@@ -92,6 +93,7 @@ def eager_allreduce(
):
with
monkeypatch
.
context
()
as
m
:
m
.
delenv
(
"CUDA_VISIBLE_DEVICES"
,
raising
=
False
)
m
.
delenv
(
"HIP_VISIBLE_DEVICES"
,
raising
=
False
)
device
=
torch
.
device
(
f
"cuda:
{
rank
}
"
)
torch
.
cuda
.
set_device
(
device
)
init_test_distributed_environment
(
tp_size
,
pp_size
,
rank
,
distributed_init_port
)
...
...
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