]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
tests: fix some mul_mat test gaps (#11375)
authorJeff Bolz <redacted>
Thu, 23 Jan 2025 20:51:24 +0000 (14:51 -0600)
committerGitHub <redacted>
Thu, 23 Jan 2025 20:51:24 +0000 (14:51 -0600)
commit564804b79b78df1469ec8646869972de5e885ec4
treeb65d5b0a31e9d6f974f19296f37b91796f15dfe1
parent05f63cc9ee859de07f585f7b12939345f39ada8b
tests: fix some mul_mat test gaps (#11375)

Now that we have batched mat-vec mul Vulkan shaders for up to n==8,
these tests weren't actually exercising the mat-mat mul path. Test
n==9 as well. Also, change to use all_types.
tests/test-backend-ops.cpp