From b2c6cf54aadcd8045fba0bbd1990922fcce9caff Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Tue, 26 Jan 2021 17:51:13 +0000 Subject: [PATCH] Updated readme --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e38ab08..4b199fa 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,12 @@ ## Principles & Features -* [Single header](#setup) for simple import with flexible build-system configuration -* Multi-language support with C++ as core SDK as well as [optimized Python bindings](#python-package) +* Low level extensible [C++ SDK](#your-first-kompute-c) with high level optimized [Python module](#your-first-kompute-python) * [Asynchronous & parallel processing](#asynchronous-and-parallel-operations) support through GPU family queues -* [Mobile enabled](#mobile-enabled) with examples in Android studio across several architectures +* [Mobile enabled](#mobile-enabled) with examples via Android NDK across several architectures * BYOV: [Bring-your-own-Vulkan design](#motivations) to play nice with existing Vulkan applications * Explicit relationships for GPU and host [memory ownership and memory management](https://kompute.cc/overview/memory-management.html) -* [Short code examples](#simple-examples) showing the core features +* [Hands on examples](#simple-examples) showing the core features * Longer tutorials for [machine learning 🤖](https://towardsdatascience.com/machine-learning-and-data-processing-in-the-gpu-with-vulkan-kompute-c9350e5e5d3a), [mobile development 📱](https://towardsdatascience.com/gpu-accelerated-machine-learning-in-your-mobile-applications-using-the-android-ndk-vulkan-kompute-1e9da37b7617) and [game development 🎮](https://towardsdatascience.com/supercharging-game-development-with-gpu-accelerated-ml-using-vulkan-kompute-the-godot-game-engine-4e75a84ea9f0). ![](https://raw.githubusercontent.com/ethicalml/vulkan-kompute/master/docs/images/komputer-logos.gif) @@ -159,9 +158,9 @@ You are able to try out the interactive Colab Notebooks which allow you to use a -You can also check out the two following getting started videos presented at the FOSDEM 2021 conference. +You can also check out the two following talks presented at the FOSDEM 2021 conference. -Both talks have annotated sections - the intro for both is almost the same so you can skip to the more specific content. +Both videos have timestamps which will allow you to skip to the most relevant section for you - the intro & motivations for both is almost the same so you can skip to the more specific content.