Skip to content

Commit 5e25b12

Browse files
tdoublepcyang49
andauthored
[Kernel] [Mamba] Remove BLOCK_H=1 from list of tuneable configurations for _chunk_cumsum_fwd_kernel (#25197)
Signed-off-by: Thomas Parnell <tpa@zurich.ibm.com> Co-authored-by: Chih-Chieh-Yang <chih.chieh.yang@ibm.com>
1 parent c85d75c commit 5e25b12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/model_executor/layers/mamba/ops/ssd_chunk_state.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
@triton.autotune(
1919
configs=[
20-
triton.Config({'BLOCK_SIZE_H': 1}),
2120
triton.Config({'BLOCK_SIZE_H': 2}),
2221
triton.Config({'BLOCK_SIZE_H': 4}),
2322
triton.Config({'BLOCK_SIZE_H': 8}),

0 commit comments

Comments
 (0)