返回全部动态

llama.cpp b10405 发布:移除 HIP 不安全数学优化以提升一致性

原标题:b10405

llama.cpp Releases一手来源产品发布质量 72

AI 摘要

llama.cpp 发布 b10405 版本,主要变更是在 HIP 构建中移除 -funsafe-math-optimizations 编译选项,以避免浮点重关联导致的 RDNA3.5 上贪婪解码不一致问题,确保 HIP 构建符合 IEEE 标准。该版本同时提供了多平台预编译二进制文件,包括 macOS、Linux、Windows、Android 等,部分平台构建(如 KleidiAI、ROCm 等)被禁用。

以上摘要由 AI 生成,可能存在误差。事实请以原文为准。

正文节选

<details open> ggml-hip : remove -funsafe-math-optimizations (#26696) It enables -fassociative-math, which reassociates FP reductions and can flip greedy argmax on RDNA3.5 (e.g. MTP speculative decode diverging from the non-speculative baseline). Drop it so HIP builds are IEEE-conformant. Co-authored-by: Jim Wu <ywu@xilinx.com> </details> **Website:** - <https://llama.app> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/llama.cpp/releases/download/b10405/llama-b1


发布时间:2026-08-13 15:32
抓取时间:2026-08-13 16:11
来源机构:ggml-org
阅读原文github.com