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
b8c7ba0a
Commit
b8c7ba0a
authored
Feb 04, 2026
by
zhuwenwen
Browse files
skip SPLIT_K
parent
2703e2e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vllm/model_executor/layers/fused_moe/fused_moe.py
vllm/model_executor/layers/fused_moe/fused_moe.py
+4
-4
No files found.
vllm/model_executor/layers/fused_moe/fused_moe.py
View file @
b8c7ba0a
...
@@ -1478,7 +1478,7 @@ def get_default_config(
...
@@ -1478,7 +1478,7 @@ def get_default_config(
"BLOCK_SIZE_N"
:
64
,
"BLOCK_SIZE_N"
:
64
,
"BLOCK_SIZE_K"
:
32
,
"BLOCK_SIZE_K"
:
32
,
"GROUP_SIZE_M"
:
8
,
"GROUP_SIZE_M"
:
8
,
"SPLIT_K"
:
1
,
#
"SPLIT_K": 1,
}
}
return
config
return
config
...
@@ -1492,7 +1492,7 @@ def get_default_config(
...
@@ -1492,7 +1492,7 @@ def get_default_config(
"BLOCK_SIZE_N"
:
block_shape
[
0
],
"BLOCK_SIZE_N"
:
block_shape
[
0
],
"BLOCK_SIZE_K"
:
block_shape
[
1
],
"BLOCK_SIZE_K"
:
block_shape
[
1
],
"GROUP_SIZE_M"
:
32
,
"GROUP_SIZE_M"
:
32
,
"SPLIT_K"
:
1
,
#
"SPLIT_K": 1,
"num_warps"
:
4
,
"num_warps"
:
4
,
"num_stages"
:
3
if
not
current_platform
.
is_rocm
()
else
2
,
"num_stages"
:
3
if
not
current_platform
.
is_rocm
()
else
2
,
}
}
...
@@ -1516,7 +1516,7 @@ def get_default_config(
...
@@ -1516,7 +1516,7 @@ def get_default_config(
"BLOCK_SIZE_N"
:
32
,
"BLOCK_SIZE_N"
:
32
,
"BLOCK_SIZE_K"
:
64
,
"BLOCK_SIZE_K"
:
64
,
"GROUP_SIZE_M"
:
1
,
"GROUP_SIZE_M"
:
1
,
"SPLIT_K"
:
1
,
#
"SPLIT_K": 1,
}
}
else
:
else
:
config
=
{
config
=
{
...
@@ -1524,7 +1524,7 @@ def get_default_config(
...
@@ -1524,7 +1524,7 @@ def get_default_config(
"BLOCK_SIZE_N"
:
64
,
"BLOCK_SIZE_N"
:
64
,
"BLOCK_SIZE_K"
:
32
,
"BLOCK_SIZE_K"
:
32
,
"GROUP_SIZE_M"
:
8
,
"GROUP_SIZE_M"
:
8
,
"SPLIT_K"
:
1
,
#
"SPLIT_K": 1,
}
}
if
use_nn_moe
:
if
use_nn_moe
:
...
...
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