返回全部动态
llama.cpp b11073:SYCL 合并 MKL-FA softmax 加载
原标题:b11073
AI 摘要
llama.cpp 发布 b11073 版本,主要变更是 SYCL 后端对 MKL-FA softmax 加载进行合并(coalesce),替代原先每行一个 work-item 的实现方式,并改进了变量命名可读性。该版本同时提供 macOS、Linux、Windows、Android 等多平台预编译包,覆盖 CUDA、Vulkan、ROCm、SYCL、OpenVINO 等后端。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
<details open> sycl : coalesce MKL-FA softmax loads instead of one work-item per row (#28918) * sycl : coalesce MKL-FA softmax loads instead of one work-item per row * better human readable variable name </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/48971633> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/llama.cpp/releases/download/b11073/llama-b11073-bin-macos-arm64.tar.gz) - macOS Apple
发布时间:2026-09-21 23:30
抓取时间:2026-09-21 23:42
来源机构:ggml-org