Skip to content

Commit 77f4088

Browse files
GittyBursteinCISC
andauthored
Update tests/test-backend-ops.cpp
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 9712967 commit 77f4088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-backend-ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7178,7 +7178,7 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
71787178
for (int64_t d_qk : {64, 128}) {
71797179
for (int64_t d_v : {64, 128}) {
71807180
for (int64_t n_head : {4, 8}) {
7181-
for (int64_t kv : {113, 512}) {
7181+
for (int64_t kv : {113, 512}) {
71827182
for (int64_t b : {1, 4}) {
71837183
for (int32_t k_top : {16, 32}) {
71847184
for (int32_t win_local : {32, 64}) {

0 commit comments

Comments
 (0)