@@ -1260,7 +1260,7 @@ static bool test_backend(ggml_backend_t backend, test_mode mode, const char * op
1260
1260
test_cases.emplace_back (new test_dup ());
1261
1261
1262
1262
for (ggml_type type : all_types) {
1263
- test_cases.emplace_back (new test_cpy (GGML_TYPE_F32, type, {256 , 100 , 100 , 1 }));
1263
+ test_cases.emplace_back (new test_cpy (GGML_TYPE_F32, type, {256 , 10 , 10 , 1 }));
1264
1264
}
1265
1265
1266
1266
test_cases.emplace_back (new test_cont ());
@@ -1298,8 +1298,8 @@ static bool test_backend(ggml_backend_t backend, test_mode mode, const char * op
1298
1298
add_test_bin_bcast (GGML_TYPE_F32, {1 , 1 , 640 , 1 }, {32 , 32 , 1 , 1 });
1299
1299
add_test_bin_bcast (GGML_TYPE_F32, {5120 , 1 , 1 , 1 }, {1 , 256 , 1 , 1 });
1300
1300
add_test_bin_bcast (GGML_TYPE_F32, {640 , 1 , 1 , 1 }, {1 , 1 , 1 , 1 });
1301
- add_test_bin_bcast (GGML_TYPE_F32, {3 , 3 , 2560 , 1280 }, {1 , 1 , 1 , 1 });
1302
- add_test_bin_bcast (GGML_TYPE_F32, {3 , 3 , 2560 , 1280 }, {2 , 1 , 1 , 1 });
1301
+ // add_test_bin_bcast(GGML_TYPE_F32, {3, 3, 2560, 1280}, {1, 1, 1, 1});
1302
+ // add_test_bin_bcast(GGML_TYPE_F32, {3, 3, 2560, 1280}, {2, 1, 1, 1});
1303
1303
1304
1304
test_cases.emplace_back (new test_scale ());
1305
1305
@@ -1374,7 +1374,7 @@ static bool test_backend(ggml_backend_t backend, test_mode mode, const char * op
1374
1374
test_cases.emplace_back (new test_sum_rows ());
1375
1375
1376
1376
test_cases.emplace_back (new test_moe (8 , 2 , 1 , 4096 , 14336 ));
1377
- test_cases.emplace_back (new test_moe (8 , 2 , 8 , 4096 , 14336 ));
1377
+ // test_cases.emplace_back(new test_moe(8, 2, 8, 4096, 14336));
1378
1378
1379
1379
// run tests
1380
1380
if (mode == MODE_TEST) {
0 commit comments