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 0cd9274 commit a063c64Copy full SHA for a063c64
tests/test-backend-ops.cpp
@@ -7315,7 +7315,7 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
7315
for (int64_t d_qk : {64, 128}) {
7316
for (int64_t d_v : {64, 128}) {
7317
for (int64_t n_head : {4, 8}) {
7318
- for (int64_t kv : {113, 512}) {
+ for (int64_t kv : {113, 512}) {
7319
for (int64_t b : {1, 4}) {
7320
for (int32_t k_top : {16, 32}) {
7321
for (int32_t win_local : {32, 64}) {
0 commit comments