llama-cpp-turboquant/examples/android/android-simple
Fabian Sauter 24cd307042 Added .clang-format file and formatted everything
Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
2022-05-02 15:11:40 +02:00
..
app Added .clang-format file and formatted everything 2022-05-02 15:11:40 +02:00
gradle/wrapper Updated example to not use native activity anymore 2020-10-03 18:27:39 +01:00
.gitignore Updated example to start using core structure 2020-10-01 18:44:25 +01:00
build.gradle Android fixed example 2022-01-30 13:30:41 +00: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 Moving to KomputeProject org 2021-07-22 09:56:47 +01: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 build in the relative folder to build the respective binaries for android.

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