The llama.cpp project has released version b10970, which includes a technical update to the fattn-mma backend. This change implements the use of fp32 accumulators specifically for CDNA architecture devices.
- The release provides binaries for macOS (Apple Silicon and Intel), Linux (Ubuntu x64/arm64/s390x), Windows, and Android.
- GPU support includes CUDA 12/13, Vulkan, ROCm 10.0, OpenVINO, SYCL, and OpenCL Adreno across supported platforms.
- A specific fix addresses precision by using fp32 accumulation on MFMA devices within the fattn-mma module.