We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9712967 commit 77f4088Copy full SHA for 77f4088
tests/test-backend-ops.cpp
@@ -7178,7 +7178,7 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
7178
for (int64_t d_qk : {64, 128}) {
7179
for (int64_t d_v : {64, 128}) {
7180
for (int64_t n_head : {4, 8}) {
7181
- for (int64_t kv : {113, 512}) {
+ for (int64_t kv : {113, 512}) {
7182
for (int64_t b : {1, 4}) {
7183
for (int32_t k_top : {16, 32}) {
7184
for (int32_t win_local : {32, 64}) {
0 commit comments