llama.cpp releases
· Infrastructure
b9891
metal: add col2im_1d op (f32/f16/bf16) (#25176) metal: add col2im_1d op (f32/f16/bf16) Gather kernel mirroring the CPU/CUDA path: each output (t_out, oc) reads its ceil(K/s0) source columns with an F32 accumulator, a single write and no atomics. One thread per output element, 256 per threadgroup. metal: check dst conti