Skip to content

Commit d28bb87

Browse files
committed
add backend ops test
1 parent c0c1a0e commit d28bb87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test-backend-ops.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6407,6 +6407,7 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
64076407
add_test_bin_bcast(type, {1, 1, 640, 1}, {32, 32, 1, 1});
64086408
add_test_bin_bcast(type, {5120, 1, 1, 1}, {1, 256, 1, 1});
64096409
add_test_bin_bcast(type, {640, 1, 1, 1}, {1, 1, 1, 1});
6410+
add_test_bin_bcast(type, {64, 262144, 1, 1}, {64, 1, 1, 1});
64106411
//add_test_bin_bcast(type, {3, 3, 2560, 1280}, {1, 1, 1, 1});
64116412
//add_test_bin_bcast(type, {3, 3, 2560, 1280}, {2, 1, 1, 1});
64126413
}

0 commit comments

Comments
 (0)