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
c870eb9e
Unverified
Commit
c870eb9e
authored
Feb 23, 2026
by
Xin Yang
Committed by
GitHub
Feb 23, 2026
Browse files
[LoRA] Update LoRA expand kernel block_n calculation (#32621)
Signed-off-by:
Xin Yang
<
xyangx@amazon.com
>
parent
6af03f23
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 @
c870eb9e
...
@@ -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"
:
max
(
64
,
next_power_of_2
(
128
//
num_slices
))
,
"block_n"
:
64
if
num_slices
>
1
else
128
,
"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