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
d3d2aad5
Unverified
Commit
d3d2aad5
authored
Aug 28, 2025
by
Wentao Ye
Committed by
GitHub
Aug 28, 2025
Browse files
[Log] Use Debug Once for DeepGEMM E8M0 When not Enabled (#23858)
parent
cb293f6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/utils/deep_gemm.py
vllm/utils/deep_gemm.py
+1
-1
No files found.
vllm/utils/deep_gemm.py
View file @
d3d2aad5
...
...
@@ -36,7 +36,7 @@ def is_deep_gemm_e8m0_used() -> bool:
"E8M0 scale on a Hopper or Blackwell-class GPU.
"""
if
not
is_deep_gemm_supported
():
logger
.
info
_once
(
logger
.
debug
_once
(
"DeepGEMM E8M0 disabled: DeepGEMM not supported on this system."
)
return
False
...
...
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