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
104003dc
Unverified
Commit
104003dc
authored
Dec 16, 2025
by
Boyuan Feng
Committed by
GitHub
Dec 16, 2025
Browse files
update piecewise cudagraph warning when splitting_ops=[] (#30728)
Signed-off-by:
Boyuan Feng
<
boyuan@meta.com
>
parent
d0fb5729
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/config/compilation.py
vllm/config/compilation.py
+1
-1
No files found.
vllm/config/compilation.py
View file @
104003dc
...
...
@@ -937,7 +937,7 @@ class CompilationConfig:
or
self
.
cudagraph_mode
==
CUDAGraphMode
.
FULL_AND_PIECEWISE
):
logger
.
warning_once
(
"Using piecewise c
ompilation
with empty splitting_ops"
"Using piecewise c
udagraph
with empty splitting_ops"
)
if
self
.
cudagraph_mode
==
CUDAGraphMode
.
PIECEWISE
:
logger
.
warning_once
(
...
...
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