We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_chunk_cumsum_fwd_kernel
1 parent c85d75c commit 5e25b12Copy full SHA for 5e25b12
vllm/model_executor/layers/mamba/ops/ssd_chunk_state.py
@@ -17,7 +17,6 @@
17
18
@triton.autotune(
19
configs=[
20
- triton.Config({'BLOCK_SIZE_H': 1}),
21
triton.Config({'BLOCK_SIZE_H': 2}),
22
triton.Config({'BLOCK_SIZE_H': 4}),
23
triton.Config({'BLOCK_SIZE_H': 8}),
0 commit comments