Skip to content

Commit b427efb

Browse files
committed
tests: keep only I32 case for COUNT_EQUAL as requested
1 parent 163b949 commit b427efb

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
@@ -2236,7 +2236,6 @@ struct test_count_equal : public test_case {
22362236
}
22372237
};
22382238

2239-
22402239
// GGML_OP_REPEAT
22412240
struct test_repeat : public test_case {
22422241
const ggml_type type;
@@ -5941,9 +5940,6 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
59415940

59425941
test_cases.emplace_back(new test_count_equal(GGML_TYPE_F32, {4, 500, 1, 1}));
59435942
test_cases.emplace_back(new test_count_equal(GGML_TYPE_F32, {4, 5000, 1, 1}));
5944-
test_cases.emplace_back(new test_count_equal(GGML_TYPE_F16, { 256, 32, 1, 1}));
5945-
test_cases.emplace_back(new test_count_equal(GGML_TYPE_I32, { 512, 16, 1, 1}));
5946-
test_cases.emplace_back(new test_count_equal(GGML_TYPE_I16, { 512, 16, 1, 1}));
59475943

59485944
test_cases.emplace_back(new test_argmax(GGML_TYPE_F32, {32, 1, 1, 1}));
59495945
test_cases.emplace_back(new test_argmax(GGML_TYPE_F32, {32, 513, 1, 1}));

0 commit comments

Comments
 (0)