Change8

b9661

📦 llama-cppView on GitHub →
1 features🐛 2 fixes🔧 1 symbols

Summary

This release introduces the col2im_1d operation to the Vulkan backend, improving its implementation with bounded loops and better error handling for unsupported types. Various platform-specific binaries are also provided.

✨ New Features

  • Added col2im_1d operation support for Vulkan backend (GGML_OP_COL2IM_1D).

🐛 Bug Fixes

  • Vulkan col2im_1d now uses a bounded gather loop instead of a full-K scan with modulo.
  • Vulkan col2im_1d returns nullptr for unsupported types.

Affected Symbols