b9691
📦 llama-cppView on GitHub →
✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
This release conditionally enables the POWER11 backend based on compiler support and updates the CPU target flags for P10 and P11 in the build system.
✨ New Features
- Conditionally enable POWER11 backend based on compiler support for ggml-cpu.
🐛 Bug Fixes
- Updated CMakeLists.txt to use -mcpu=power10 for P10 and P11 targets.