PulseAugur
实时 06:24:03
English(EN) b10920: hexagon: support for multi-device model split (aka row-split) (#28589)

llama.cpp 在 b10920 版本中增加了多设备模型拆分

llama.cpp 项目发布了 b10920 版本,引入了对多设备模型拆分(也称为行拆分)的支持。此增强功能允许在多个设备上更有效地分配模型计算。此次更新包括大量代码更改,重点是完善此多设备功能、改进错误处理以及更新开发人员文档。 AI

影响 能够更有效地在分布式硬件设置上执行大型语言模型。

排序理由 这是特定工具的软件发布,而不是前沿模型发布或重要的行业事件。

在 llama.cpp — Releases 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

llama.cpp 在 b10920 版本中增加了多设备模型拆分

本文如何被排名

Signal score
15 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
这是特定工具的软件发布,而不是前沿模型发布或重要的行业事件。
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.

完整方法见我们的编辑标准

报道来源 [1]

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

    b10920: hexagon: 支持多设备模型拆分(又名行拆分)(#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…