|
|
@@ -6407,6 +6407,7 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
|
|
|
add_test_bin_bcast(type, {1, 1, 640, 1}, {32, 32, 1, 1});
|
|
|
add_test_bin_bcast(type, {5120, 1, 1, 1}, {1, 256, 1, 1});
|
|
|
add_test_bin_bcast(type, {640, 1, 1, 1}, {1, 1, 1, 1});
|
|
|
+ add_test_bin_bcast(type, {64, 262144, 1, 1}, {1, 1, 1, 1});
|
|
|
//add_test_bin_bcast(type, {3, 3, 2560, 1280}, {1, 1, 1, 1});
|
|
|
//add_test_bin_bcast(type, {3, 3, 2560, 1280}, {2, 1, 1, 1});
|
|
|
}
|