llama.cpp/examples/llama.android/llama
Han Yin 98c8f5e59e [WIP] llama: enable KleidiAI and disable tier 4 due to `+sve+sve2` bug caused by `ggml_add_cpu_backend_variant_impl` as explained below
```CMake
if (NOT SME_ENABLED MATCHES -1)
...
    set(PRIVATE_ARCH_FLAGS "-fno-tree-vectorize;${PRIVATE_ARCH_FLAGS}+sve+sve2")
...
```
2025-10-28 11:39:17 -07:00
..
src [WIP] llama: enable KleidiAI and disable tier 4 due to `+sve+sve2` bug caused by `ggml_add_cpu_backend_variant_impl` as explained below 2025-10-28 11:39:17 -07:00
.gitignore android : module (#7502) 2024-05-25 11:11:33 +03:00
build.gradle.kts llama: migrate C/CXX flags into CMakeList 2025-10-28 11:39:17 -07:00
consumer-rules.pro android : module (#7502) 2024-05-25 11:11:33 +03:00
proguard-rules.pro android : module (#7502) 2024-05-25 11:11:33 +03:00