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
993c31c3
"tests/vscode:/vscode.git/clone" did not exist on "4851c202bbfb5dadc5a3b3b4409d3f083f4e8e90"
Commit
993c31c3
authored
Jan 08, 2026
by
zhuwenwen
Browse files
update dispatch_unquantized_gemm
parent
4b51e6f1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vllm/model_executor/layers/utils.py
vllm/model_executor/layers/utils.py
+2
-1
No files found.
vllm/model_executor/layers/utils.py
View file @
993c31c3
...
@@ -188,7 +188,8 @@ def cpu_unquantized_gemm(layer: torch.nn.Module,
...
@@ -188,7 +188,8 @@ def cpu_unquantized_gemm(layer: torch.nn.Module,
def
dispatch_unquantized_gemm
()
->
Callable
[...,
torch
.
Tensor
]:
def
dispatch_unquantized_gemm
()
->
Callable
[...,
torch
.
Tensor
]:
if
current_platform
.
is_rocm
():
if
current_platform
.
is_rocm
():
return
rocm_unquantized_gemm
# return rocm_unquantized_gemm
return
default_unquantized_gemm
elif
current_platform
.
is_cpu
():
elif
current_platform
.
is_cpu
():
return
cpu_unquantized_gemm
return
cpu_unquantized_gemm
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