PulseAugur
EN
LIVE 06:28:41

llama.cpp adds multi-device model splitting in b10920 release

The llama.cpp project has released version b10920, introducing support for multi-device model splitting, also known as row-splitting. This enhancement allows for more efficient distribution of model computations across multiple devices. The update includes numerous code changes focused on refining this multi-device functionality, improving error handling, and updating documentation for developers. AI

IMPACT Enables more efficient execution of large language models on distributed hardware setups.

RANK_REASON This is a software release for a specific tool, not a frontier model release or significant industry event.

Read on llama.cpp — Releases →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

llama.cpp adds multi-device model splitting in b10920 release

How we ranked this

Signal score
15 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
This is a software release for a specific tool, not a frontier model release or significant industry event.
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

Full methodology in our editorial standards.

COVERAGE [1]

  1. llama.cpp — Releases TIER_1 English(EN) · max-krasnyansky ·

    b10920: hexagon: support for multi-device model split (aka row-split) (#28589)

    <ul> <li>hex-row-split: add support for multi-device row spliting</li> </ul> <p>Co-authored-by: Max Krasnyansky <a href="mailto:[email protected]">[email protected]</a></p> <ul> <li> <p>hex-mdev: add work splitting to fused kernels</p> </li> <li> <p>hex-mdev: use mdev_ pr…