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
f84a472a
Unverified
Commit
f84a472a
authored
Sep 24, 2025
by
Sage Moore
Committed by
GitHub
Sep 24, 2025
Browse files
Suppress benign cuBLAS warning when capturing cudagraphs with DBO (#25596)
Signed-off-by:
Sage Moore
<
sage@neuralmagic.com
>
parent
54e42b72
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vllm/v1/worker/gpu_ubatch_wrapper.py
vllm/v1/worker/gpu_ubatch_wrapper.py
+2
-0
No files found.
vllm/v1/worker/gpu_ubatch_wrapper.py
View file @
f84a472a
...
...
@@ -104,6 +104,7 @@ class UBatchWrapper:
self
.
graph_pool
=
current_platform
.
get_global_graph_pool
()
self
.
sm_control
=
self
.
_create_sm_control_context
(
vllm_config
)
self
.
device
=
device
@
staticmethod
def
_create_sm_control_context
(
vllm_config
:
VllmConfig
):
...
...
@@ -168,6 +169,7 @@ class UBatchWrapper:
@
torch
.
inference_mode
()
def
_capture_ubatch_thread
(
results
,
ubatch_metadata
):
torch
.
cuda
.
set_device
(
self
.
device
)
ubatch_context
=
ubatch_metadata
.
context
with
torch
.
cuda
.
stream
(
ubatch_context
.
compute_stream
):
_
=
torch
.
cuda
.
current_blas_handle
()
...
...
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