Skip to content

Commit d7cf5f5

Browse files
committed
revert debug code
1 parent 870b607 commit d7cf5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-backend-ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2165,7 +2165,7 @@ static bool test_backend(ggml_backend_t backend, test_mode mode, const char * op
21652165
test_cases.emplace_back(new test_rms_norm(GGML_TYPE_F32, {64, 10, 10, 10}, eps));
21662166
}
21672167

2168-
for (ggml_type type_a : {GGML_TYPE_Q4_K}) {
2168+
for (ggml_type type_a : base_types) {
21692169
for (ggml_type type_b : {GGML_TYPE_F32, GGML_TYPE_F16}) {
21702170
test_cases.emplace_back(new test_mul_mat(type_a, type_b, 16, 1, 256, { 1, 1}, {1, 1}));
21712171
test_cases.emplace_back(new test_mul_mat(type_a, type_b, 16, 1, 256, {10, 1}, {1, 1}));

0 commit comments

Comments
 (0)