返回全部动态
llama.cpp b10850 发布:修复 L2_NORM 测试初始化问题
原标题:b10850
AI 摘要
llama.cpp 发布 b10850 版本,主要修复了测试中 L2_NORM 批量数组的初始化问题,以避免 GCC 12 在 aarch64 Release 构建中因未初始化警告而失败。该版本提供了适用于 macOS、Linux、Windows、Android 等多平台的二进制包,并支持多种后端如 Vulkan、CUDA、ROCm 等。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
<details open> tests : initialize the L2_NORM batch array (#28553) * tests: bind the L2_NORM batch count to a local GCC cannot prove the loop fills norms up to the index read after it while the bound is a class member, so it reports a maybe uninitialized use. Reading the count once into a local restores the tracking. * tests: initialize the L2_NORM batch array The read after the fill loop is only provably defined once the array carries an initializer, which GCC 12 requires on the aarch64 Re
发布时间:2026-09-08 04:03
抓取时间:2026-09-08 04:57
来源机构:ggml-org