Skip to content

Commit 5e220c3

Browse files
committed
tests: run mul_mat_id with a larger N
1 parent ba76543 commit 5e220c3

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
@@ -4113,7 +4113,7 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
41134113
for (int n_mats : {4, 8}) {
41144114
for (int n_used : {1, 2, 4}) {
41154115
for (bool b : {false, true}) {
4116-
for (int n : {1, 32}) {
4116+
for (int n : {1, 32, 129}) {
41174117
int m = 512;
41184118
int k = 256;
41194119
test_cases.emplace_back(new test_mul_mat_id(type_a, type_b, n_mats, n_used, b, m, n, k));

0 commit comments

Comments
 (0)