Skip to content

Commit 57f3338

Browse files
authored
Update 5-kleidiai.md
1 parent 09cc4a9 commit 57f3338

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • content/learning-paths/mobile-graphics-and-gaming/voice-assistant

content/learning-paths/mobile-graphics-and-gaming/voice-assistant/5-kleidiai.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,4 @@ To disable KleidiAI during build:
2727
* Add `-PkleidiAI=false` to your Gradle command:`./gradlew build -PkleidiAI=false`.
2828
* Or, add this to your top-level `gradle.properties` file: `kleidiAI=false`.
2929

30-
### Why use KleidiAI?
31-
32-
KleidiAI simplifies development by abstracting away low-level optimization: developers can write high-level code while the KleidiAI library selects the most efficient implementation at runtime based on the target hardware. This is possible thanks to its deeply optimized micro-kernels tailored for Arm architectures.
33-
34-
As newer versions of the architecture become available, KleidiAI becomes even more powerful: simply updating the library allows applications like the multimodal Voice Assistant to take advantage of the latest architectural improvements such as SME2, without requiring any code changes. This means better performance on newer devices with no additional effort from developers.
35-
3630
Now that you can build the Voice Assistant with and without KleidiAI, you can test out the benchmarking functionality it provides.

0 commit comments

Comments
 (0)