Skip to content

Commit 22c063e

Browse files
GittyBursteinCISC
authored andcommitted
Update tests/test-backend-ops.cpp
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 2d816f7 commit 22c063e

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
@@ -7313,7 +7313,7 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
73137313
for (int64_t d_qk : {64, 128}) {
73147314
for (int64_t d_v : {64, 128}) {
73157315
for (int64_t n_head : {4, 8}) {
7316-
for (int64_t kv : {113, 512}) {
7316+
for (int64_t kv : {113, 512}) {
73177317
for (int64_t b : {1, 4}) {
73187318
for (int32_t k_top : {16, 32}) {
73197319
for (int32_t win_local : {32, 64}) {

0 commit comments

Comments
 (0)