llama-cpp-turboquant/examples/android/android-simple
2020-10-20 07:04:50 +01:00
..
app Updated android example to use multiple sequences 2020-10-20 07:04:50 +01: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 Updated example to not use native activity anymore 2020-10-03 18:27:39 +01: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 Updated documentation 2020-10-14 08:42:42 +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 & Vulkan Kompute".

Example Running Logistic Regression with Vulkan 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.