16 × AIAI signal, amplified
AI newsAboutSources
TelegramFollow on Telegram
AI newsAboutSources
16 × AIAI signal, amplified

An AI news engine that ingests trusted sources, scores with Claude, and posts only what clears the bar.

Follow on Telegram →

Subscribe

  • Telegram
  • RSS
  • All channels

Legal

  • Privacy
  • Imprint
© 2026 16 × AI. All rights reserved.Curated by Claude. Posts every 6 hours. No newsletter, no funnel.
Home/Coding Tools
Coding Tools

llama.cpp b11192 adds ROCm 10 and Snapdragon support

llama.cpp Releases·September 26, 2026·high confidence

Why it matters

  • →ROCm 10.0 support allows AMD GPU users to access modern inference performance without manual compilation.
  • →Snapdragon arm64 support enables local AI on high-efficiency ARM laptops with NPU acceleration.
  • →CUDA 13 availability ensures compatibility with the latest NVIDIA driver stacks for both x64 and arm64.

llama.cpp released build b11192, expanding hardware support across multiple platforms. Key additions include ROCm 10.0 binaries for Linux and Windows, enabling newer AMD GPUs to run local models efficiently. The release also introduces native support for Linux arm64 Snapdragon devices, supporting CPU, Adreno GPU, and Hexagon NPU acceleration. CUDA 13.4 libraries are now available for both x64 and arm64 architectures on Linux and Windows. Conversely, KleidiAI support on macOS Apple Silicon has been disabled in this build.

Read original

More from llama.cpp Releases

Coding Toolscoding

llama.cpp b11183 splits Metal FA kernels

This release quietly refactors how llama.cpp handles Flash Attention on Apple Silicon by splitting kernels into per-dtype libraries. It’s a structural optimization that likely reduces memory overhead and improves compilation times for Metal users, though the immediate performance gains are subtle compared to algorithmic leaps. The build matrix remains massive, adding ROCm 10.0 and CUDA 13.4 support while disabling KleidiAI on Apple Silicon for now. This is infrastructure maintenance rather than a feature breakthrough, but it keeps the runtime robust across the expanding landscape of hardware backends.

llama.cpp Releases·Sep 26, 2026
Coding Toolscoding

llama.cpp b11184 expands Metal support to wider blocks

This release tackles a specific performance bottleneck on Apple Silicon by extending Metal FWHT kernels to handle block widths up to 8192. Previously limited to 512, these wider operations now use threadgroup memory instead of registers, enabling faster inference for larger context windows or model architectures that rely on Hadamard transforms. The update also ships binaries for CUDA 13 and ROCm 10.0, keeping the toolkit aligned with the latest NVIDIA and AMD driver ecosystems. It’s a quiet but necessary optimization that improves throughput on M-series chips without changing the user experience.

llama.cpp Releases·Sep 26, 2026
Coding Toolscoding

llama.cpp b11185 adds ROCm 10 and CUDA 13

One of llama.cpp's quietest but biggest releases. With ROCm 10.0 added as a default build, AMD GPU users stop being second-class citizens for local inference — the gap with CUDA narrows visibly. Apple Silicon Macs now compile in KleidiAI by default, meaning every M-series machine gets ARM-tuned GEMM kernels for free, no flag-flipping required. There's no new model and no new quantization here — just llama.cpp quietly becoming the inference runtime for everyone who isn't on NVIDIA. That's the headline.

llama.cpp Releases·Sep 26, 2026

More in Coding Tools

Coding Toolscoding

Claude Code v2.1.282 patches critical session and UX bugs

This release stabilizes Claude Code by fixing a cascade of session-breaking errors that previously caused silent data loss or API drops. The most significant fix addresses resumed conversations re-sending messages in altered forms, which was corrupting reasoning traces and breaking extended thinking workflows. It also resolves persistent login refresh loops and managed setting parsing failures that plagued enterprise deployments. While the changelog is dense with UI tweaks like scrollbar fixes and vim mode corrections, the core value lies in restoring reliability for long-running agent sessions.

Claude Code Releases·Sep 26, 2026
Coding Toolscoding

Claude Code v2.1.283: Gateway hints and plugin fixes

This release quietly solves a major pain point for enterprise AI workflows by adding gateway hint headers, allowing LLM gateways to correctly group requests per user prompt instead of treating them as isolated events. The new managed settings for availableModelsMatch and deniedModels give organizations precise control over model access, blocking specific versions even when broader allowances exist. Beyond governance, the update stabilizes the plugin ecosystem with rigorous validation checks that prevent silent failures from broken or misconfigured extensions. These changes shift Claude Code from a developer tool to a manageable enterprise component.

Claude Code Releases·Sep 26, 2026
OpenAI Introduces GPT-Live and Agent API© Matt Wolfe
Coding Toolsagents

OpenAI Introduces GPT-Live and Agent API

OpenAI launches GPT-Live 1 and a new Agent API, enabling real-time voice interactions and autonomous agent development.

Matt Wolfe·Sep 26, 2026