Skip to content

Commit 01e0440

Browse files
author
none
committed
fix
1 parent af91bf1 commit 01e0440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightllm/models/deepseek2/triton_kernel/rotary_emb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def rotary_emb_fwd(q, k, cos, sin):
8181
BLOCK_SEQ = 16
8282

8383
num_warps = 1
84-
num_stages = 5
84+
num_stages = 3
8585

8686
grid = (triton.cdiv(total_len, BLOCK_SEQ),)
8787
_rotary_kernel[grid](

0 commit comments

Comments
 (0)