Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
micmelesse committed May 10, 2024
1 parent a1b7987 commit ecf4b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/perf-kernels/flash-attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ def varlen_input_helper(Z, HQ, HK, N_CTX_Q, N_CTX_K, D_HEAD, dtype):


@pytest.mark.parametrize('Z, HQ, HK, N_CTX_Q, N_CTX_K, D_HEAD', [
(4, 48, 24, 1024, 1024, 64),
(3, 48, 24, 1024, 1024, 64),
(1, 24, 6, 8192, 8192, 64),
(1, 4, 2, 16384, 16384, 128),
(2, 16, 4, 1020, 987, 128),
Expand Down

0 comments on commit ecf4b6a

Please sign in to comment.