Skip to content

Commit 60599b1

Browse files
committed
tests : restore
1 parent a6e983c commit 60599b1

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
@@ -1265,7 +1265,7 @@ struct test_case {
12651265
// printf("%5d %9.6f %9.6f, diff = %9.6f\n", i, f1[i], f2[i], f1[i] - f2[i]);
12661266
//}
12671267
//printf("\n");
1268-
exit(1);
1268+
//exit(1);
12691269
ud->ok = false;
12701270
}
12711271
return true;
@@ -6589,7 +6589,7 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
65896589
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));
65906590
test_cases.emplace_back(new test_mul_mat(GGML_TYPE_F32, GGML_TYPE_F32, 64, 77, 77, {12,1}, {1,1}));
65916591

6592-
#if 1
6592+
#if 0
65936593
// test the mat-mat path for Metal
65946594
for (int k = 1; k < 512; ++k) {
65956595
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)