llama-cpp-turboquant/examples/android/android-simple
Fabian Sauter d59b44d853 Updated the fetch_content git repo and commit hash
Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
2022-11-15 13:20:36 +01:00
..
app Updated the fetch_content git repo and commit hash 2022-11-15 13:20:36 +01:00
gradle/wrapper Fixed building Kompute for Android 2022-10-27 14:24:41 +02:00
.gitignore Updated example to start using core structure 2020-10-01 18:44:25 +01:00
build.gradle Fixed building Kompute for Android 2022-10-27 14:24:41 +02:00
gradle.properties Updated example to not use native activity anymore 2020-10-03 18:27:39 +01:00
gradlew Updated example to start using core structure 2020-10-01 18:44:25 +01:00
gradlew.bat Updated example to start using core structure 2020-10-01 18:44:25 +01:00
README.md build in -> built-in 2022-07-27 12:48:46 +02:00
settings.gradle Updated example to start using core structure 2020-10-01 18:44:25 +01:00

Kompute Mobile App Integration (Android)

This is the accompanying code for the Blog post "Supercharging your Mobile Apps with On-Device GPU Accelerated Machine Learning using the Android NDK & Kompute".

Example Running Logistic Regression with Kompute in Android Phones

This example provides an end to end example that can be run using android studio.

The example uses the Kompute built-in the relative folder to build the respective binaries for android.

The build structure provides a range of options to built-in different Android hardware. This example was tested in various emulators including Pixel 2, and a physical Samsung S7 phone.