llama-cpp-turboquant/examples/android/android-simple/README.md
2020-10-04 17:31:38 +01:00

31 lines
820 B
Markdown

<table>
<tr>
<td width="70%">
<h1>Vulkan Kompute Android</h1>
<h3>Example Running Logistic Regression with Vulkan Kompute in Android Phones</h3>
<p>
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.
</p>
<img src="https://raw.githubusercontent.com/EthicalML/vulkan-kompute/android-example/docs/images/android-editor.jpg">
</td>
<td width="30%">
<img src="https://raw.githubusercontent.com/EthicalML/vulkan-kompute/android-example/docs/images/android-kompute.jpg">
</td>
</tr>
</table>