@@ -6628,9 +6628,11 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_perf() {
66286628 test_cases.emplace_back (new test_bin_bcast (ggml_add, GGML_TYPE_F32, {4096 , 1 , 1 , 1 }, {1 , 1 , 1 , 1 }));
66296629 test_cases.emplace_back (new test_bin_bcast (ggml_add, GGML_TYPE_F32, {4096 , 1 , 1 , 1 }, {1 , 512 , 1 , 1 }));
66306630
6631- test_cases.emplace_back (new test_cpy (GGML_TYPE_F32, GGML_TYPE_F16, {512 , 3072 , 1 , 1 }));
6632- test_cases.emplace_back (new test_cpy (GGML_TYPE_F32, GGML_TYPE_F32, {8192 , 512 , 2 , 1 }, {0 , 2 , 1 , 3 }));
6633- test_cases.emplace_back (new test_cpy (GGML_TYPE_F32, GGML_TYPE_F32, {3072 , 512 , 2 , 1 }, {0 , 2 , 1 , 3 }));
6631+ test_cases.emplace_back (new test_cpy (GGML_TYPE_F32, GGML_TYPE_F16, {512 , 3072 , 1 , 1 }));
6632+ test_cases.emplace_back (new test_cpy (GGML_TYPE_F32, GGML_TYPE_F32, {8192 , 512 , 2 , 1 }, {0 , 2 , 1 , 3 }));
6633+ test_cases.emplace_back (new test_cpy (GGML_TYPE_F32, GGML_TYPE_F32, {3072 , 512 , 2 , 1 }, {0 , 2 , 1 , 3 }));
6634+ test_cases.emplace_back (new test_cpy (GGML_TYPE_F32, GGML_TYPE_Q4_0, {8192 , 512 , 2 , 1 }));
6635+ test_cases.emplace_back (new test_cpy (GGML_TYPE_Q4_0, GGML_TYPE_F32, {8192 , 512 , 2 , 1 }));
66346636
66356637 test_cases.emplace_back (new test_soft_max (GGML_TYPE_F32, {4096 , 4096 , 5 , 1 }, false , false , GGML_TYPE_F32, {1 , 1 }, 1 .0f , 0 .0f ));
66366638 test_cases.emplace_back (new test_soft_max (GGML_TYPE_F32, {12888 , 256 , 5 , 1 }, false , false , GGML_TYPE_F32, {1 , 1 }, 1 .0f , 0 .0f ));
0 commit comments