]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
opencl: add `mul_mat_f32_f32_l4_lm` and `mul_mat_f16_f32_l4_lm` (#14809)
authorlhez <redacted>
Wed, 30 Jul 2025 21:56:55 +0000 (14:56 -0700)
committerGitHub <redacted>
Wed, 30 Jul 2025 21:56:55 +0000 (14:56 -0700)
commit6e6725459a892b49602b596339de4916c7c7965a
treefd86d6617fee9392b1ccc1ed5da9c415f355a196
parente9192bec564780bd4313ad6524d20a0ab92797db
opencl: add `mul_mat_f32_f32_l4_lm` and `mul_mat_f16_f32_l4_lm` (#14809)
ggml/src/ggml-opencl/CMakeLists.txt
ggml/src/ggml-opencl/ggml-opencl.cpp
ggml/src/ggml-opencl/kernels/mul_mm_f16_f32_l4_lm.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/mul_mm_f32_f32_l4_lm.cl [new file with mode: 0644]