]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
kompute: add mul_mat_q4_k shader (#10097)
authorSergio López <redacted>
Thu, 31 Oct 2024 09:09:52 +0000 (10:09 +0100)
committerGitHub <redacted>
Thu, 31 Oct 2024 09:09:52 +0000 (11:09 +0200)
commit1329c0a75e6a7defc5c380eaf80d8e0f66d7da78
treebd9b6034bfc3cc587727c1ccc8a84fe6fe878985
parent61408e7fad082dc44a11c8a9f1398da4837aad44
kompute: add mul_mat_q4_k shader (#10097)

This is a more or less direct translation from the Metal implementation
to GLSL.

Signed-off-by: Sergio Lopez <redacted>
ggml/src/CMakeLists.txt
ggml/src/ggml-kompute.cpp
ggml/src/kompute-shaders/common.comp
ggml/src/kompute-shaders/op_mul_mat_q4_k.comp [new file with mode: 0644]