diff --git a/README.md b/README.md index 24add9529..d490f585a 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,34 @@ The image below provides an intuition how Kompute Sequences can be allocated to  +## Mobile Enabled + +Kompute has been optimized to work in mobile environments. The [build system](#build-overview) enables for dynamic loading of the Vulkan shared library for Android environments, together with a working [Android NDK Vulkan wrapper](https://github.com/EthicalML/vulkan-kompute/tree/master/vk_ndk_wrapper_include) for the CPP headers. + +
|
+ +For a full deep dive you can read the blog post "Supercharging your Mobile Apps with On-Device GPU Accelerated Machine Learning". + +You can also access the end-to-end example code in the repository - this example provides an end to end example that can be run using android studio. + + + + +
+
+ |
+
+
+
+
+ |
+
+