Skip to content

Commit e86810a

Browse files
committed
tests : restore
1 parent ab307c6 commit e86810a

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;
@@ -6889,7 +6889,7 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
68896889
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));
68906890
test_cases.emplace_back(new test_mul_mat(GGML_TYPE_F32, GGML_TYPE_F32, 64, 77, 77, {12,1}, {1,1}));
68916891

6892-
#if 1
6892+
#if 0
68936893
// test the mat-mat path for Metal
68946894
for (int k = 1; k < 512; ++k) {
68956895
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)