Skip to content

Commit

Permalink
#0: Clean up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TT-BrianLiu committed Feb 7, 2024
1 parent 4c78d84 commit fb5613e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,9 @@ def test_attn_matmul_with_program_cache(in0_dtype, in1_dtype, out_dtype, device,
@pytest.mark.parametrize(
"batch, K, seq_len, q_heads, kv_heads",
(
(32, 64, 512 + 32, 10, 5),
(32, 64, 512 + 64, 16, 1),
(32, 64, 512 + 96, 32, 2),
(32, 64, 2048, 32, 2),
# (32, 512 + 64, 64, 32, 2),
(32, 1024 + 32, 64, 32, 2),
(32, 64, 128, 71, 1),
),
)
def test_group_attn_matmul(
Expand Down

0 comments on commit fb5613e

Please sign in to comment.