From: Piotr Wilkin (ilintar) Date: Fri, 6 Mar 2026 20:01:00 +0000 (+0100) Subject: Autoparser - complete refactoring of parser architecture (llama/18675) X-Git-Tag: v0.9.8~67 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=8de69a640a598c8496a231735b405a9fb822c637;p=pkg%2Fggml%2Fsources%2Fggml Autoparser - complete refactoring of parser architecture (llama/18675) * Autoparser - full single commit squish * Final pre-merge changes: minor fixes, Kimi 2.5 model parser --- diff --git a/tests/test-backend-ops.cpp b/tests/test-backend-ops.cpp index c4b9540f..faa771e0 100644 --- a/tests/test-backend-ops.cpp +++ b/tests/test-backend-ops.cpp @@ -7820,6 +7820,8 @@ static std::vector> make_test_cases_eval() { test_cases.emplace_back(new test_mul_mat(type_a, GGML_TYPE_F32, 1, 64, 256, {1, 1}, {1, 1})); } + test_cases.emplace_back(new test_mul_mat(GGML_TYPE_Q8_0, GGML_TYPE_F32, 6, 4096, 5120, {1, 1}, {1, 1})); + #if 0 // test the mat-mat path for Metal for (int k = 1; k < 512; ++k) {