Skip to content

Commit ea4402b

Browse files
committed
test-backend-ops : add one more sum_rows test
1 parent a51bc0c commit ea4402b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test-backend-ops.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,8 @@ static bool test_backend(ggml_backend_t backend, test_mode mode, const char * op
13721372
test_cases.emplace_back(new test_argsort(GGML_TYPE_F32, {16, 10, 10, 10}, order));
13731373
}
13741374

1375-
test_cases.emplace_back(new test_sum_rows());
1375+
test_cases.emplace_back(new test_sum_rows(GGML_TYPE_F32, {10, 10, 10, 10}));
1376+
test_cases.emplace_back(new test_sum_rows(GGML_TYPE_F32, {2, 1, 1, 1}));
13761377

13771378
#if !defined(__SANITIZE_THREAD__)
13781379
// FIXME: these tests use too much memory with thread sanitizer

0 commit comments

Comments
 (0)