Skip to content

Commit 54df780

Browse files
author
Gitty Burstein
committed
without white spase
Co-authored-by: Yael Shuker <[email protected]> Co-authored-by: Gitty Burstein <[email protected]>
1 parent ec6b2e3 commit 54df780

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test-backend-ops.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7319,7 +7319,6 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
73197319
}
73207320
}
73217321
// ---- SPARSEK_ATTN --------------------------------------------------
7322-
#ifdef GGML_EXPERIMENTAL_SPARSEK_TESTS
73237322
for (int64_t d_qk : {64, 128}) {
73247323
for (int64_t d_v : {64, 128}) {
73257324
for (int64_t n_head : {4, 8}) {
@@ -7336,8 +7335,6 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
73367335
}
73377336
}
73387337
}
7339-
#endif
7340-
73417338
test_cases.emplace_back(new test_cross_entropy_loss (GGML_TYPE_F32, { 10, 5, 4, 3}));
73427339
test_cases.emplace_back(new test_cross_entropy_loss (GGML_TYPE_F32, {30000, 1, 1, 1}));
73437340
test_cases.emplace_back(new test_cross_entropy_loss_back(GGML_TYPE_F32, { 10, 5, 4, 3}));

0 commit comments

Comments
 (0)