返回全部动态
llama.cpp b10754 发布:修复 OpenCL Adreno 内核越界读取
原标题:b10754
AI 摘要
llama.cpp 发布 b10754 版本,主要修复了 OpenCL 后端在 Adreno 图像内核中的越界读取问题,包括对 q4_K 解码 GEMV 的取行进行钳制,以及强制 KQ/KQV GEMM 的平铺契约。该版本提供了适用于多种平台和硬件的二进制文件,如 macOS、Linux、Windows、Android 等。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
<details open> opencl: fix out‐of‐bound reads in the Adreno image kernels (#27632) * opencl: clamp the q4_K decode GEMV's fetch row on a padded x-grid * opencl: enforce the tiling contract of the image KQ/KQV GEMMs * opencl: decide the image KQ/KQV split at the dispatch, not from strides </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/44616351> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/
发布时间:2026-09-02 14:26
抓取时间:2026-09-02 15:03
来源机构:ggml-org