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
5f5664b3
Unverified
Commit
5f5664b3
authored
Aug 18, 2025
by
Kunshang Ji
Committed by
GitHub
Aug 18, 2025
Browse files
[XPU] Fix compile size for xpu (#23069)
Signed-off-by:
Kunshang Ji
<
kunshang.ji@intel.com
>
parent
89657a55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/config/__init__.py
vllm/config/__init__.py
+1
-1
No files found.
vllm/config/__init__.py
View file @
5f5664b3
...
@@ -3548,7 +3548,7 @@ class VllmConfig:
...
@@ -3548,7 +3548,7 @@ class VllmConfig:
if
self
.
compilation_config
.
pass_config
.
enable_sequence_parallelism
:
if
self
.
compilation_config
.
pass_config
.
enable_sequence_parallelism
:
self
.
compilation_config
.
custom_ops
.
append
(
"+rms_norm"
)
self
.
compilation_config
.
custom_ops
.
append
(
"+rms_norm"
)
if
current_platform
.
is_cuda_alike
():
if
current_platform
.
is_cuda_alike
()
or
current_platform
.
is_xpu
()
:
# if cudagraph_mode is not explicitly set by users, set default
# if cudagraph_mode is not explicitly set by users, set default
# value
# value
if
self
.
compilation_config
.
cudagraph_mode
is
None
:
if
self
.
compilation_config
.
cudagraph_mode
is
None
:
...
...
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