@@ -7253,12 +7253,11 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_perf() {
72537253 test_cases.emplace_back (new test_bin_bcast (ggml_add, GGML_TYPE_F32, {4096 , 1 , 1 , 1 }, {1 , 1 , 1 , 1 }));
72547254 test_cases.emplace_back (new test_bin_bcast (ggml_add, GGML_TYPE_F32, {4096 , 1 , 1 , 1 }, {1 , 512 , 1 , 1 }));
72557255
7256- // test_cases.emplace_back(new test_cpy(GGML_TYPE_F32, GGML_TYPE_F16, {512, 3072, 1, 1}));
7257- // test_cases.emplace_back(new test_cpy(GGML_TYPE_F32, GGML_TYPE_F32, {8192, 512, 2, 1}, {0, 2, 1, 3}));
7258- // test_cases.emplace_back(new test_cpy(GGML_TYPE_F32, GGML_TYPE_F32, {3072, 512, 2, 1}, {0, 2, 1, 3}));
7259- // test_cases.emplace_back(new test_cpy(GGML_TYPE_F32, GGML_TYPE_Q4_0, {8192, 512, 2, 1}));
7260- // test_cases.emplace_back(new test_cpy(GGML_TYPE_Q4_0, GGML_TYPE_F32, {8192, 512, 2, 1}));
7261-
7256+ test_cases.emplace_back (new test_cpy (GGML_TYPE_F32, GGML_TYPE_F16, {512 , 3072 , 1 , 1 }));
7257+ test_cases.emplace_back (new test_cpy (GGML_TYPE_F32, GGML_TYPE_F32, {8192 , 512 , 2 , 1 }, {0 , 2 , 1 , 3 }));
7258+ test_cases.emplace_back (new test_cpy (GGML_TYPE_F32, GGML_TYPE_F32, {3072 , 512 , 2 , 1 }, {0 , 2 , 1 , 3 }));
7259+ test_cases.emplace_back (new test_cpy (GGML_TYPE_F32, GGML_TYPE_Q4_0, {8192 , 512 , 2 , 1 }));
7260+ test_cases.emplace_back (new test_cpy (GGML_TYPE_Q4_0, GGML_TYPE_F32, {8192 , 512 , 2 , 1 }));
72627261
72637262 test_cases.emplace_back (new test_cpy (GGML_TYPE_F32, GGML_TYPE_F32, {768 *1024 , 256 , 1 , 1 }, {1 , 0 , 2 , 3 }, {0 , 0 , 0 , 0 }));
72647263 test_cases.emplace_back (new test_cpy (GGML_TYPE_F16, GGML_TYPE_F16, {768 *1024 , 256 , 1 , 1 }, {1 , 0 , 2 , 3 }, {0 , 0 , 0 , 0 }));
0 commit comments