Skip to content

Commit 6836bf1

Browse files
committed
fix
1 parent e72e16c commit 6836bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightllm/common/fused_moe/moe_silu_and_mul.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def _silu_and_mul_kernel_fast(
7272
for bm in [32, 64, 128, 256]
7373
for bn in [32, 64, 128, 256]
7474
],
75-
default_config={"BLOCK_M": 128, "BLOCK_N": 128, "num_warps": 4, "num_stages": 1},
75+
default_config={"BLOCK_M": 128, "BLOCK_N": 128, "num_warps": 4, "NUM_STAGES": 1},
7676
static_key_func=lambda input, output: f"N={input.shape[-1] // 2},out_dtype={output.dtype}",
7777
run_key_func=lambda input: str(nearest_power_of_2(input.shape[0])),
7878
)

0 commit comments

Comments
 (0)