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
c40784c7
Unverified
Commit
c40784c7
authored
Jul 08, 2025
by
Ratnam Parikh
Committed by
GitHub
Jul 08, 2025
Browse files
[BugFix][Intel GPU] Use refactored API for dist_backend in V1 worker (#20596)
Signed-off-by:
ratnampa
<
ratnam.parikh@intel.com
>
parent
baed180a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/v1/worker/xpu_worker.py
vllm/v1/worker/xpu_worker.py
+2
-2
No files found.
vllm/v1/worker/xpu_worker.py
View file @
c40784c7
...
...
@@ -148,11 +148,11 @@ class XPUWorker(Worker):
os
.
environ
[
"CCL_ATL_TRANSPORT"
]
=
ENV_CCL_ATL_TRANSPORT
os
.
environ
[
"LOCAL_WORLD_SIZE"
]
=
ENV_LOCAL_WORLD_SIZE
os
.
environ
[
"LOCAL_RANK"
]
=
str
(
self
.
local_rank
)
dist_backend
=
"ccl"
init_worker_distributed_environment
(
self
.
vllm_config
,
self
.
rank
,
self
.
distributed_init_method
,
self
.
local_rank
,
dist_backend
)
self
.
local_rank
,
current_platform
.
dist_backend
)
# global all_reduce needed for overall oneccl warm up
torch
.
distributed
.
all_reduce
(
torch
.
zeros
(
1
).
xpu
())
...
...
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