mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-07-03 01:30:23 +00:00
ad39ccaa19
* vulkan: add GGML_OP_COL2IM_1D, follow-up to the CPU op * vulkan: col2im_1d bounded gather loop instead of full-K scan with modulo * vulkan: col2im_1d address review from @jeffbolznv * vulkan: col2im_1d return nullptr for unsupported types, address review from @0cc4m