Skip to content

Commit 0bbd445

Browse files
committed
add back missing ut
1 parent b424d07 commit 0bbd445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/attention/test_batch_prefill_kernels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ def warmup_jit():
5151
@pytest.mark.parametrize("kv_len", [54, 97, 512, 2048])
5252
@pytest.mark.parametrize("qo_len", [37, 17, 127, 577])
5353
@pytest.mark.parametrize("page_size", [1, 5, 16])
54-
@pytest.mark.parametrize("num_kv_heads", [32])
55-
@pytest.mark.parametrize("num_qo_heads", [32])
54+
@pytest.mark.parametrize("num_kv_heads", [4])
55+
@pytest.mark.parametrize("num_qo_heads", [4, 32])
5656
@pytest.mark.parametrize("head_dim", [128, 256])
5757
@pytest.mark.parametrize("causal", [False, True])
5858
@pytest.mark.parametrize("kv_layout", ["NHD"])

0 commit comments

Comments
 (0)