llama.cpp

imagem 7

llama.cpp CUDA get_rows Optimization Slashes Recurrent State Gather Time by 27%

In the latest llama.cpp update, a major CUDA performance improvement lands for a key operation used in recurrent neural networks. Previously, the k_get_rows_float kernel performed a slow scalar copy, recalculating row metadata for every single element. The new implementation introduces k_get_rows_float_vec, a vectorized path that copies 16 bytes (one int4) per thread when source and […]

llama.cpp CUDA get_rows Optimization Slashes Recurrent State Gather Time by 27% Read More »

imagem 4

Ollama v0.32.2-rc0 Pre-Release: Agent Skills, CLI Polish, and Backend Upgrades

The latest release brings a significant boost to Ollama’s experimental agent features. A new skills system allows agents to leverage predefined capabilities, and cloud models now enjoy unlimited tool rounds by default. Command-line improvements include proper slash command completion before submission, removal of redundant code, and cleaner server start-up routing. The terminal user interface also

Ollama v0.32.2-rc0 Pre-Release: Agent Skills, CLI Polish, and Backend Upgrades Read More »