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
53889c8b
Commit
53889c8b
authored
Mar 21, 2026
by
yangql
Browse files
修复get_gcn_arch_name的导入bug
parent
7c8db5e7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/layers/sparse_attn_indexer.py
vllm/model_executor/layers/sparse_attn_indexer.py
+1
-1
No files found.
vllm/model_executor/layers/sparse_attn_indexer.py
View file @
53889c8b
...
...
@@ -120,7 +120,7 @@ def sparse_attn_indexer(
chunk
.
cu_seqlen_ks
,
chunk
.
cu_seqlen_ke
,
)
elif
get_gcn_arch_name
==
"gfx938"
:
elif
get_gcn_arch_name
()
==
"gfx938"
:
k_fp8
=
k_fp8_full
[:
chunk
.
total_seq_lens
]
k_scale
=
k_scale_full
[:
chunk
.
total_seq_lens
]
ops
.
cp_gather_indexer_k_quant_cache
(
...
...
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