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 b11093 adds CUDA 13 and ROCm 10.0

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

Why it matters

  • →Users with newer NVIDIA GPUs requiring CUDA 13 can now run pre-built binaries without compiling.
  • →AMD ROCm 10.0 support is added, improving accessibility for non-NVIDIA hardware accelerators.
  • →Simultaneous CUDA 12 and 13 builds allow flexible deployment across different driver versions.

llama.cpp has released version b11093, expanding its binary distribution to include native support for CUDA 13 and ROCm 10.0. The update provides pre-built binaries for Ubuntu and Windows, allowing users with newer NVIDIA GPUs (requiring CUDA 13) and AMD accelerators (using ROCm 10) to run models without manual compilation. Existing builds for CUDA 12, Vulkan, OpenVINO, and SYCL remain available, ensuring backward compatibility. This release significantly broadens the hardware compatibility of the popular local inference engine.

Read original

More from llama.cpp Releases

Coding Toolscoding

llama.cpp adds env var control for server args

This release solves a real operational headache: configuring llama-server parameters like temperature and penalties via environment variables instead of command-line flags. By supporting LLAMA_ARG_* prefixes, it enables clean integration with systemd EnvironmentFile directives, making deployment on Linux servers significantly more robust and reproducible. The update also refreshes documentation using llama-gen-docs to keep the readme accurate. While no new inference engines are added, this is a practical step toward treating local LLM serving as standard infrastructure rather than a manual script.

llama.cpp Releases·Sep 22, 2026
Models & Labsother

llama.cpp b11080 release with ROCm 10 and CUDA 13

This update quietly extends llama.cpp’s hardware support to ROCm 10.0 and CUDA 13.4 across Linux and Windows, keeping the library competitive as NVIDIA pushes newer driver stacks. The test suite also gains regex filtering for backend operations, a practical improvement for developers debugging specific inference paths. While no new model architectures are introduced, this release ensures compatibility with the latest GPU ecosystems without forcing users to wait for major version bumps.

llama.cpp Releases·Sep 22, 2026
Models & Labsother

llama.cpp b11081 release with CUDA 13 and ROCm 10 support

This release quietly cements llama.cpp as the universal inference runtime by adding default builds for CUDA 13.4 and ROCm 10.0, effectively closing the gap on newer NVIDIA and AMD hardware without requiring manual compilation flags. The inclusion of KleidiAI for Apple Silicon remains a key differentiator for local Mac users seeking optimized ARM kernels. While the changelog details internal test improvements like configurable tensor standard deviation, the real value lies in the expanded binary matrix that supports developers across the latest GPU architectures. Readers can now deploy on cutting-edge hardware out of the box. The update ensures that teams using the newest graphics cards do not need to wait for source code patches to achieve stable performance. This is a practical step toward making local inference truly hardware-agnostic.

llama.cpp Releases·Sep 22, 2026

More in Coding Tools

GitHub PR page GA with bulk actions© GitHub Changelog
Coding Toolscoding

GitHub PR page GA with bulk actions

GitHub’s redesigned pull requests interface has moved from preview to general availability, shifting the focus from basic listing to active triage. The update brings bulk actions like closing or labeling multiple PRs simultaneously, a feature long requested by maintainers drowning in review queues. Advanced search now supports nested logic and AND/OR operators, while collapsible sidebars and compact modes help developers scan more context without endless scrolling. This isn't a new AI model, but it directly addresses the workflow bottleneck of code review management for millions of developers.

GitHub Changelog·Sep 22, 2026
GitHub Enterprise adds credential inventory exports© GitHub Changelog
Coding Toolscoding

GitHub Enterprise adds credential inventory exports

GitHub finally gives enterprise admins a centralized view of every active credential across their organization. By exporting a complete inventory of SSH keys, tokens, and app permissions, security teams can instantly map their attack surface during an incident. This moves credential management from scattered manual checks to a single, auditable CSV or API endpoint. It’s a critical infrastructure upgrade for compliance and rapid response, closing a long-standing visibility gap in enterprise security operations.

GitHub Changelog·Sep 21, 2026
Grok 4.7 arrives in GitHub Copilot for agentic coding© GitHub Changelog
Coding Toolscoding

Grok 4.7 arrives in GitHub Copilot for agentic coding

xAI’s Grok 4.7 has landed in GitHub Copilot, shifting the IDE experience from simple autocomplete to complex, multistep reasoning workflows. This isn't just another model swap; it targets agentic coding tasks that require holding context across multiple files and steps. Available across all major IDEs including VS Code, JetBrains, and Xcode, it brings xAI’s latest capabilities directly into the developer’s primary workspace. The gradual rollout means most users will see it soon, with enterprise admins able to manage access via policy settings. This marks a significant step in making non-OpenAI reasoning models a first-class citizen in the dominant coding environment.

GitHub Changelog·Sep 21, 2026