@@ -7791,6 +7791,10 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
77917791 test_cases.emplace_back (new test_mul_mat (GGML_TYPE_F16, GGML_TYPE_F32, 1056 , 1 , 67 , {1 , 1 }, {4 , 1 }, {0 , 2 , 1 , 3 }));
77927792 test_cases.emplace_back (new test_mul_mat (GGML_TYPE_F32, GGML_TYPE_F32, 16 , 32 , 32 , { 1 , 1 }, {1 , 1 }, {0 , 1 , 2 , 3 }, 64 , 3 ));
77937793 test_cases.emplace_back (new test_mul_mat (GGML_TYPE_F32, GGML_TYPE_F32, 64 , 77 , 77 , {12 ,1 }, {1 ,1 }));
7794+ test_cases.emplace_back (new test_mul_mat (GGML_TYPE_F16, GGML_TYPE_F32, 2 , 1 , 3 , {128 , 1024 }, {1 , 1 }));
7795+ test_cases.emplace_back (new test_mul_mat (GGML_TYPE_F16, GGML_TYPE_F32, 2 , 3 , 4 , {128 , 1024 }, {1 , 1 }));
7796+ test_cases.emplace_back (new test_mul_mat (GGML_TYPE_F16, GGML_TYPE_F32, 2 , 1 , 3 , {128 *1024 , 1 }, {1 , 1 }, {0 , 2 , 1 , 3 }));
7797+ test_cases.emplace_back (new test_mul_mat (GGML_TYPE_F16, GGML_TYPE_F32, 2 , 1 , 3 , {128 *1024 , 1 }, {1 , 1 }, {0 , 1 , 2 , 3 }, 64 ));
77947798
77957799 test_cases.emplace_back (new test_mul_mat (GGML_TYPE_Q4_0, GGML_TYPE_F32, 576 , 512 , 576 , {1 ,1 }, {1 ,1 }));
77967800 test_cases.emplace_back (new test_mul_mat (GGML_TYPE_Q4_0, GGML_TYPE_F32, 1 , 2048 , 8192 , {1 , 1 }, {1 , 1 }));
0 commit comments