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
35514b68
Unverified
Commit
35514b68
authored
Jul 10, 2025
by
Ratnam Parikh
Committed by
GitHub
Jul 10, 2025
Browse files
[XPU] XCCL support enabled in torch 2.8.0.dev nightly builds (#20705)
Signed-off-by:
ratnampa
<
ratnam.parikh@intel.com
>
parent
e2de455c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/utils/__init__.py
vllm/utils/__init__.py
+2
-2
No files found.
vllm/utils/__init__.py
View file @
35514b68
...
...
@@ -2085,10 +2085,10 @@ def supports_dynamo() -> bool:
return
base_torch_version
>=
Version
(
"2.4.0"
)
# Supports xccl with PyTorch versions >= 2.8.0 for XPU platform
# Supports xccl with PyTorch versions >= 2.8.0
.dev
for XPU platform
def
supports_xccl
()
->
bool
:
return
is_torch_equal_or_newer
(
"2.8.0"
)
and
torch
.
distributed
.
is_xccl_available
()
"2.8.0
.dev
"
)
and
torch
.
distributed
.
is_xccl_available
()
# Some backends use pytorch version < 2.4.0 which doesn't
...
...
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