]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
tests: fix some mul_mat test gaps (llama/11375)
authorJeff Bolz <redacted>
Thu, 23 Jan 2025 20:51:24 +0000 (14:51 -0600)
committerGeorgi Gerganov <redacted>
Wed, 29 Jan 2025 10:57:00 +0000 (12:57 +0200)
commitd4ab88c8c8291d462f0907294d5c5ccb695400c0
treeaac4536a2b153786282093e1e7a7e1aa72b18d98
parente8f2d9f714f2eabb738c8d853f4293431a5a4599
tests: fix some mul_mat test gaps (llama/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