]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
opencl: add `mul_mat_f32_f32_l4_lm` and `mul_mat_f16_f32_l4_lm` (llama/14809)
authorlhez <redacted>
Wed, 30 Jul 2025 21:56:55 +0000 (14:56 -0700)
committerGeorgi Gerganov <redacted>
Sat, 2 Aug 2025 14:51:21 +0000 (17:51 +0300)
commit76e97d656cb4a05f0a6f948df05a7629c083600e
treed18a94b6324bcac3a7c386152cf38eb64dbeb408
parent12236b4a7ddb16a1b7c1345f9852a79d29355ee2
opencl: add `mul_mat_f32_f32_l4_lm` and `mul_mat_f16_f32_l4_lm` (llama/14809)
src/ggml-opencl/CMakeLists.txt
src/ggml-opencl/ggml-opencl.cpp
src/ggml-opencl/kernels/mul_mm_f16_f32_l4_lm.cl [new file with mode: 0644]
src/ggml-opencl/kernels/mul_mm_f32_f32_l4_lm.cl [new file with mode: 0644]