]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vulkan: correctly report support for OP_CONT (ggml/946)
authorSalvatore Mesoraca <redacted>
Fri, 6 Sep 2024 12:34:07 +0000 (14:34 +0200)
committerGeorgi Gerganov <redacted>
Sun, 8 Sep 2024 08:05:55 +0000 (11:05 +0300)
commit9cb9260861e464e40d38764cfb021856786c7202
tree38fbc041407174f647175c9d03c09489d6e7b375
parent202084d31d4247764fc6d6d40d2e2bda0c89a73a
vulkan: correctly report support for OP_CONT (ggml/946)

test-backend-ops fails because ggml_cont aborts
when invoked passing an unsupported type.

This commit makes ggml_cont tests pass

Signed-off-by: Salvatore Mesoraca <redacted>
ggml/src/ggml-vulkan.cpp