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
a884bc62
Unverified
Commit
a884bc62
authored
Jan 16, 2026
by
Xin Yang
Committed by
GitHub
Jan 16, 2026
Browse files
[LoRA] Update LoRA expand kernel heuristic (#32425)
Signed-off-by:
Xin Yang
<
xyangx@amazon.com
>
parent
7a103043
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/lora/ops/triton_ops/utils.py
vllm/lora/ops/triton_ops/utils.py
+1
-1
No files found.
vllm/lora/ops/triton_ops/utils.py
View file @
a884bc62
...
@@ -251,7 +251,7 @@ def get_lora_op_configs(
...
@@ -251,7 +251,7 @@ def get_lora_op_configs(
else
:
else
:
default
=
{
default
=
{
"block_m"
:
64
,
"block_m"
:
64
,
"block_n"
:
128
,
"block_n"
:
max
(
64
,
next_power_of_2
(
128
//
num_slices
))
,
"block_k"
:
16
,
"block_k"
:
16
,
"num_warps"
:
4
,
"num_warps"
:
4
,
"num_ctas"
:
1
,
"num_ctas"
:
1
,
...
...
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