返回全部动态
llama.cpp b10881 发布:修复 Vulkan FILL 工作组分发问题
原标题:b10881
AI 摘要
llama.cpp 发布 b10881 版本,主要修复了 Vulkan 后端中 FILL 操作在 Intel GPU 上超出 maxComputeWorkGroupCount 限制的问题,通过将工作负载转换为 2D 分布来解决。该版本提供了适用于 macOS、Linux、Windows、Android 等多个平台的预编译二进制文件。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
<details open> vulkan: Convert FILL to distribute workgroups in 2D to avoid exceeding maxComputeWorkGroupCount (#28592) * divide workload to 2D This is to workaround FILL exceeding maxComputeWorkGroupCount for Intel GPUs on Qwen 3.8 flash next * minor change * Fixed comment </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/46292448> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/llama.cpp/rel
发布时间:2026-09-09 23:32
抓取时间:2026-09-09 23:36
来源机构:ggml-org