Skip to content

Commit 2b6e352

Browse files
committed
tests : restore
1 parent e6373fc commit 2b6e352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test-backend-ops.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ struct test_case {
12841284
// printf("%5d %9.6f %9.6f, diff = %9.6f\n", i, f1[i], f2[i], f1[i] - f2[i]);
12851285
//}
12861286
//printf("\n");
1287-
exit(1);
1287+
//exit(1);
12881288
ud->ok = false;
12891289
}
12901290
return true;
@@ -6761,7 +6761,7 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
67616761
test_cases.emplace_back(new test_mul_mat(GGML_TYPE_F32, GGML_TYPE_F32, 16, 32, 32, { 1, 1}, {1, 1}, {0, 1, 2, 3}, true, 3));
67626762
test_cases.emplace_back(new test_mul_mat(GGML_TYPE_F32, GGML_TYPE_F32, 64, 77, 77, {12,1}, {1,1}));
67636763

6764-
#if 1
6764+
#if 0
67656765
// test the mat-mat path for Metal
67666766
for (int k = 1; k < 512; ++k) {
67676767
test_cases.emplace_back(new test_mul_mat(GGML_TYPE_F16, GGML_TYPE_F32, 64, 127, k, {12,1}, {1,1}));

0 commit comments

Comments
 (0)