Skip to content

Commit bd3a0b9

Browse files
committed
resloved conflict
1 parent a41f5fe commit bd3a0b9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test-backend-ops.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6771,10 +6771,6 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
67716771
test_cases.emplace_back(new test_ceil (type, {7, 1, 5, 3}));
67726772
test_cases.emplace_back(new test_round (type, {7, 1, 5, 3}));
67736773
test_cases.emplace_back(new test_trunc (type, {7, 1, 5, 3}));
6774-
<<<<<<< HEAD
6775-
=======
6776-
6777-
>>>>>>> 9fef9eefb (add tests)
67786774
}
67796775

67806776
test_cases.emplace_back(new test_diag_mask_inf(GGML_TYPE_F32, {10, 10, 1, 1}, 5));

0 commit comments

Comments
 (0)