@@ -4901,12 +4901,12 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_perf() {
49014901 test_cases.emplace_back (new test_cpy (GGML_TYPE_F32, GGML_TYPE_F32, {3072 , 512 , 2 , 1 }, {0 , 2 , 1 , 3 }));
49024902
49034903 test_cases.emplace_back (new test_soft_max (GGML_TYPE_F32, {4096 , 4096 , 5 , 1 }, false , GGML_TYPE_F32, {1 , 1 }, 1 .0f , 0 .0f ));
4904+ test_cases.emplace_back (new test_soft_max (GGML_TYPE_F32, {12888 , 1024 , 5 , 1 }, false , GGML_TYPE_F32, {1 , 1 }, 1 .0f , 0 .0f ));
49044905 test_cases.emplace_back (new test_soft_max (GGML_TYPE_F32, {77 , 4096 , 5 , 1 }, false , GGML_TYPE_F32, {1 , 1 }, 1 .0f , 0 .0f ));
49054906 test_cases.emplace_back (new test_soft_max (GGML_TYPE_F32, {1024 , 1024 , 10 , 1 }, false , GGML_TYPE_F32, {1 , 1 }, 1 .0f , 0 .0f ));
49064907 test_cases.emplace_back (new test_soft_max (GGML_TYPE_F32, {77 , 1024 , 10 , 1 }, false , GGML_TYPE_F32, {1 , 1 }, 1 .0f , 0 .0f ));
4907- test_cases.emplace_back (new test_soft_max (GGML_TYPE_F32, {256 , 256 , 20 , 1 }, false , GGML_TYPE_F32, {1 , 1 }, 1 .0f , 0 .0f ));
4908- test_cases.emplace_back (new test_soft_max (GGML_TYPE_F32, {64 , 64 , 20 , 1 }, false , GGML_TYPE_F32, {1 , 1 }, 1 .0f , 0 .0f ));
4909- test_cases.emplace_back (new test_soft_max (GGML_TYPE_F32, {77 , 64 , 20 , 1 }, false , GGML_TYPE_F32, {1 , 1 }, 1 .0f , 0 .0f ));
4908+ test_cases.emplace_back (new test_soft_max (GGML_TYPE_F32, {12888 , 1024 , 5 , 1 }, false , GGML_TYPE_F32, {1 , 1 }, 1 .0f , 0 .0f ));
4909+ test_cases.emplace_back (new test_soft_max (GGML_TYPE_F32, {77 , 4096 , 5 , 1 }, false , GGML_TYPE_F32, {1 , 1 }, 1 .0f , 0 .0f ));
49104910
49114911 test_cases.emplace_back (new test_argmax (GGML_TYPE_F32, {32 , 10 , 1 , 1 }));
49124912 test_cases.emplace_back (new test_argmax (GGML_TYPE_F32, {1024 , 10 , 1 , 1 }));
0 commit comments