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
d2feb104
Commit
d2feb104
authored
Feb 06, 2026
by
wujl5
Browse files
去掉DTBmm的一个冗余条件
parent
0c7b96c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/v1/attention/backends/mla/common.py
vllm/v1/attention/backends/mla/common.py
+0
-1
No files found.
vllm/v1/attention/backends/mla/common.py
View file @
d2feb104
...
@@ -936,7 +936,6 @@ class MLACommonImpl(MLAAttentionImpl[M], Generic[M]):
...
@@ -936,7 +936,6 @@ class MLACommonImpl(MLAAttentionImpl[M], Generic[M]):
def
enable_fused_DTBmm
(
self
):
def
enable_fused_DTBmm
(
self
):
if
envs
.
VLLM_USE_FUSED_DTBMM
and
\
if
envs
.
VLLM_USE_FUSED_DTBMM
and
\
self
.
kv_cache_dtype
==
"fp8_e4m3"
and
\
torch
.
cuda
.
get_device_properties
(
"cuda"
).
gcnArchName
.
split
(
':'
)[
0
]
==
"gfx938"
:
torch
.
cuda
.
get_device_properties
(
"cuda"
).
gcnArchName
.
split
(
':'
)[
0
]
==
"gfx938"
:
return
True
return
True
else
:
else
:
...
...
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