opencl: add tiled mul_mat_f16_f32 (#14535)

* add tiled mul_mat_f16_f32

* fix trailing whitespace

* add insightful comments
This commit is contained in:
rmatif
2025-07-10 23:58:12 +02:00
committed by GitHub
parent 0b8855775c
commit 6bdda13981
3 changed files with 213 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ set(GGML_OPENCL_KERNELS
tanh
pad
repeat
mul_mat_f16_f32
)
foreach (K ${GGML_OPENCL_KERNELS})